-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrequirements_dev.txt
More file actions
54 lines (54 loc) · 3.43 KB
/
requirements_dev.txt
File metadata and controls
54 lines (54 loc) · 3.43 KB
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
asgiref==3.6.0; python_version >= "3.7"
attrs==22.2.0; python_version >= "3.7"
black==22.12.0; python_version >= "3.7"
certifi==2022.12.7; python_version >= "3.7" and python_version < "4"
cffi==1.15.1; python_version >= "3.7"
charset-normalizer==2.1.1; python_version >= "3.7" and python_version < "4" and python_full_version >= "3.6.0"
click==8.1.3; python_version >= "3.7"
colorama==0.4.6; python_version >= "3.7" and python_full_version < "3.0.0" and platform_system == "Windows" or platform_system == "Windows" and python_version >= "3.7" and python_full_version >= "3.7.0"
cryptography==38.0.4; python_version >= "3.7"
defusedxml==0.7.1; python_version >= "3.5" and python_full_version < "3.0.0" or python_full_version >= "3.5.0" and python_version >= "3.5"
dj-rest-auth==2.2.7; python_version >= "3.5"
django-allauth==0.52.0; python_version >= "3.5"
django-cors-headers==3.13.0; python_version >= "3.7"
django-debug-toolbar==3.8.1; python_version >= "3.7"
django-filter==22.1; python_version >= "3.7"
django==3.2.16; python_version >= "3.6"
djangorestframework-simplejwt==5.2.2; python_version >= "3.7"
djangorestframework==3.14.0; python_version >= "3.6"
drf-spectacular==0.25.1; python_version >= "3.6"
environs==9.5.0; python_version >= "3.6"
flake8-docstrings==1.6.0
flake8-plugin-utils==1.3.2; python_version >= "3.6" and python_version < "4.0"
flake8-return==1.2.0; python_version >= "3.6" and python_version < "4.0"
flake8==6.0.0; python_full_version >= "3.8.1"
gunicorn==20.1.0; python_version >= "3.5"
idna==3.4; python_version >= "3.7" and python_version < "4"
inflection==0.5.1; python_version >= "3.6"
isort==5.11.4; python_full_version >= "3.7.0"
jsonschema==4.17.3; python_version >= "3.7"
marshmallow==3.19.0; python_version >= "3.7"
mccabe==0.7.0; python_version >= "3.6" and python_full_version >= "3.8.1"
mypy-extensions==0.4.3; python_version >= "3.7"
oauthlib==3.2.2; python_version >= "3.6" and python_full_version < "3.0.0" or python_full_version >= "3.4.0" and python_version >= "3.6"
packaging==22.0; python_version >= "3.7"
pathspec==0.10.3; python_version >= "3.7"
platformdirs==2.6.0; python_version >= "3.7"
psycopg2-binary==2.9.5; python_version >= "3.6"
pycodestyle==2.10.0; python_version >= "3.6" and python_full_version >= "3.8.1"
pycparser==2.21; python_version >= "3.7" and python_full_version < "3.0.0" or python_version >= "3.7" and python_full_version >= "3.4.0"
pydocstyle==6.1.1; python_version >= "3.6"
pyflakes==3.0.1; python_version >= "3.6" and python_full_version >= "3.8.1"
pyjwt==2.6.0; python_version >= "3.7"
pyrsistent==0.19.3; python_version >= "3.7"
python-dotenv==0.21.0; python_version >= "3.7"
python3-openid==3.2.0; python_version >= "3.5"
pytz==2022.7; python_version >= "3.7"
pyyaml==6.0; python_version >= "3.6"
requests-oauthlib==1.3.1; python_version >= "3.5" and python_full_version < "3.0.0" or python_full_version >= "3.4.0" and python_version >= "3.5"
requests==2.28.1; python_version >= "3.7" and python_version < "4" and (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.2.0; python_version >= "3.6"
sqlparse==0.4.3; python_version >= "3.7"
tomli==2.0.1; python_full_version < "3.11.0a7" and python_version >= "3.7"
uritemplate==4.1.1; python_version >= "3.6"
urllib3==1.26.13; python_version >= "3.7" and python_full_version < "3.0.0" and python_version < "4" or python_version >= "3.7" and python_version < "4" and python_full_version >= "3.6.0"