We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7352691 commit 5034a9eCopy full SHA for 5034a9e
Makefile
@@ -7,6 +7,8 @@ lint:
7
flake8 .
8
isort --recursive --check-only
9
mypy src/ tests/ ci/
10
+ pip-extra-reqs src/
11
+ pip-missing-reqs src/
12
pydocstyle
13
pylint *.py src tests ci
14
pyroma .
dev-requirements.txt
@@ -9,6 +9,7 @@ freezegun==0.3.10 # Freeze time in tests
hypothesis==3.57.0 # Generate test cases
isort==4.3.4 # Lint imports
mypy==0.600 # Type checking
+pip_check_reqs==2.0.3
pydocstyle==2.1.1 # Lint docstrings
pyenchant==2.0.0 # Bindings for a spellchecking sytem
15
pylint==1.9.1 # Lint
requirements.txt
@@ -1,4 +1,3 @@
1
-attrs==18.1.0
2
constantly==15.1.0 # Symbolic constants.
3
pillow==5.1.0 # Image library.
4
pytz==2018.4
0 commit comments