-
Notifications
You must be signed in to change notification settings - Fork 0
/
requirements-dev.txt
73 lines (73 loc) · 4.52 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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
appdirs==1.4.4; python_version >= "3.6" and python_full_version >= "3.6.1"
appnope==0.1.2; sys_platform == "darwin" and python_version >= "3.7"
asgiref==3.3.1; python_version >= "3.6"
astroid==2.4.1; python_version >= "3.5"
backcall==0.2.0; python_version >= "3.7"
bandit==1.7.0; python_version >= "3.5"
black==20.8b1; python_version >= "3.6"
cfgv==3.2.0; python_full_version >= "3.6.1"
click==7.1.2; python_version >= "3.6" and python_full_version < "3.0.0" or python_full_version >= "3.5.0" and python_version >= "3.6"
colorama==0.4.4; python_version >= "3.7" and python_full_version < "3.0.0" and platform_system == "Windows" and sys_platform == "win32" or platform_system == "Windows" and python_version >= "3.7" and python_full_version >= "3.5.0" and sys_platform == "win32"
decorator==4.4.2; python_version >= "3.7" and python_full_version < "3.0.0" or python_full_version >= "3.2.0" and python_version >= "3.7"
distlib==0.3.1; python_full_version >= "3.6.1"
dj-database-url==0.5.0
django-debug-toolbar==3.2; python_version >= "3.6"
django-test-without-migrations==0.6
django==3.1.5; python_version >= "3.6"
dodgy==0.2.1
filelock==3.0.12; python_full_version >= "3.6.1"
flake8-polyfill==1.0.2
flake8==3.8.4; python_version >= "2.7" and python_full_version < "3.0.0" or python_full_version >= "3.4.0"
gitdb==4.0.5; python_version >= "3.5"
gitpython==3.1.12; python_version >= "3.5"
gunicorn==20.0.4; python_version >= "3.4"
identify==1.5.11; python_full_version >= "3.6.1"
ipdb==0.13.4; python_version >= "2.7"
ipython-genutils==0.2.0; python_version >= "3.7"
ipython==7.19.0; python_version >= "3.7"
isort==4.3.21; python_version >= "3.5" and python_full_version < "3.0.0" or python_full_version >= "3.4.0" and python_version >= "3.5"
jedi==0.18.0; python_version >= "3.7"
lazy-object-proxy==1.4.3; python_version >= "3.5" and python_full_version < "3.0.0" or python_full_version >= "3.4.0" and python_version >= "3.5"
mccabe==0.6.1; python_version >= "3.5" and python_full_version < "3.0.0" or python_full_version >= "3.4.0" and python_version >= "3.5"
model-bakery==1.2.1
mypy-extensions==0.4.3; python_version >= "3.6"
nodeenv==1.5.0; python_full_version >= "3.6.1"
parso==0.8.1; python_version >= "3.7"
pathspec==0.8.1; python_version >= "3.6" and python_full_version < "3.0.0" or python_full_version >= "3.5.0" and python_version >= "3.6"
pbr==5.5.1; python_version >= "3.6"
pep8-naming==0.10.0
pexpect==4.8.0; sys_platform != "win32" and python_version >= "3.7"
pickleshare==0.7.5; python_version >= "3.7"
pre-commit==2.9.3; python_full_version >= "3.6.1"
prompt-toolkit==3.0.14; python_full_version >= "3.6.1" and python_version >= "3.7"
prospector==1.3.1
psycopg2==2.8.6; (python_version >= "2.7" and python_full_version < "3.0.0") or (python_full_version >= "3.4.0")
ptyprocess==0.7.0; sys_platform != "win32" and python_version >= "3.7"
pycodestyle==2.6.0; python_version >= "2.7" and python_full_version < "3.0.0" or python_full_version >= "3.4.0"
pydocstyle==5.1.1; python_version >= "3.5"
pyflakes==2.2.0; python_version >= "2.7" and python_full_version < "3.0.0" or python_full_version >= "3.4.0"
pygments==2.7.4; python_version >= "3.7"
pylint-celery==0.3
pylint-django==2.1.0
pylint-flask==0.6
pylint-plugin-utils==0.6
pylint==2.5.3; python_version >= "3.5"
python-decouple==3.4
pytz==2020.5; python_version >= "3.6"
pyyaml==5.3.1; python_full_version >= "3.6.1" and python_version >= "3.5" and (python_version >= "2.7" and python_full_version < "3.0.0" or python_full_version >= "3.5.0")
regex==2020.11.13; python_version >= "3.6"
requirements-detector==0.7
setoptconf==0.2.0
six==1.15.0; python_full_version >= "3.6.1" and python_version >= "3.5" and (python_version >= "3.5" and python_full_version < "3.0.0" or python_full_version >= "3.3.0" and python_version >= "3.5")
smmap==3.0.4; python_version >= "3.5" and python_full_version < "3.0.0" or python_full_version >= "3.4.0" and python_version >= "3.5"
snowballstemmer==2.0.0; python_version >= "3.5"
sqlparse==0.4.1; python_version >= "3.6"
stevedore==3.3.0; python_version >= "3.6"
toml==0.10.2; python_full_version >= "3.6.1" and python_version >= "3.6" and (python_version >= "3.5" and python_full_version < "3.0.0" or python_full_version >= "3.3.0" and python_version >= "3.5")
traitlets==5.0.5; python_version >= "3.7"
typed-ast==1.4.2; python_version >= "3.6"
typing-extensions==3.7.4.3; python_version >= "3.6"
virtualenv==20.2.2; python_full_version >= "3.6.1"
wcwidth==0.2.5; python_full_version >= "3.6.1" and python_version >= "3.7"
whitenoise==5.2.0; python_version >= "3.5" and python_version < "4"
wrapt==1.12.1; python_version >= "3.5"