-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathrequirements-dev.txt
33 lines (33 loc) · 1.08 KB
/
requirements-dev.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
-r requirements-doc.txt
autopep8; python_version < "3"
autopep8>=1.5.4; python_version >= "3.6"
backports.tempfile; python_version < "3"
bandit==1.7.1; python_version < "3.7" # pyup: ignore
bandit==1.7.4; python_version >= "3.7"
bump2version==1.0.0
codacy-coverage>=1.3.11
coverage==5.5; python_version < "3"
coverage==5.5,<5.6; python_version >= "3"
doc8; python_version < "3.6"
doc8>=0.8; python_version >= "3.6"
docformatter==1.4
flake8; python_version < "3.6"
flake8>=3.8.3,<3.9; python_version >= "3.6"
isort; python_version < "3.6"
isort>5.5; python_version >= "3.6"
mock; python_version < "3.6"
mock>4; python_version >= "3.6"
pylint<2.7; python_version < "3.6" # pyup: ignore
# ignore 2.12 bad docstring asterisks args handling (https://github.com/PyCQA/pylint/issues/5406)
pylint>=2.11,!=2.12; python_version >= "3.6"
pylint-quotes
# bird-house/twticher, must match version in Dockerfile.adapater
pyramid-twitcher>=0.5.3; python_version < "3.6" # pyup: ignore
pyramid-twitcher>=0.6.2; python_version >= "3.6"
pytest
python2-secrets; python_version <= "3.5"
safety
tox>=3.0
twine
webtest
waitress