-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathrequirements.txt
70 lines (70 loc) · 6.12 KB
/
requirements.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
appnope==0.1.3 ; python_full_version >= "3.9.13" and python_full_version < "3.10.0" and sys_platform == "darwin"
asgiref==3.7.2 ; python_full_version >= "3.9.13" and python_full_version < "3.10.0"
asttokens==2.4.1 ; python_full_version >= "3.9.13" and python_full_version < "3.10.0"
boto3==1.29.6 ; python_full_version >= "3.9.13" and python_full_version < "3.10.0"
botocore==1.32.6 ; python_full_version >= "3.9.13" and python_full_version < "3.10.0"
certifi==2023.11.17 ; python_full_version >= "3.9.13" and python_full_version < "3.10.0"
cffi==1.16.0 ; python_full_version >= "3.9.13" and python_full_version < "3.10.0"
charset-normalizer==3.3.2 ; python_full_version >= "3.9.13" and python_full_version < "3.10.0"
colorama==0.4.6 ; python_full_version >= "3.9.13" and python_full_version < "3.10.0" and sys_platform == "win32"
cryptography==41.0.5 ; python_full_version >= "3.9.13" and python_full_version < "3.10.0"
decorator==5.1.1 ; python_full_version >= "3.9.13" and python_full_version < "3.10.0"
defusedxml==0.7.1 ; python_full_version >= "3.9.13" and python_full_version < "3.10.0"
dj-database-url==2.1.0 ; python_full_version >= "3.9.13" and python_full_version < "3.10.0"
django-csp==3.7 ; python_full_version >= "3.9.13" and python_full_version < "3.10.0"
django-extensions==3.2.3 ; python_full_version >= "3.9.13" and python_full_version < "3.10.0"
django-heroku==0.3.1 ; python_full_version >= "3.9.13" and python_full_version < "3.10.0"
django-postgres-extra==2.0.8 ; python_full_version >= "3.9.13" and python_full_version < "3.10.0"
django-storages==1.14.2 ; python_full_version >= "3.9.13" and python_full_version < "3.10.0"
django==4.2.7 ; python_full_version >= "3.9.13" and python_full_version < "3.10.0"
djangorestframework-camel-case==1.4.2 ; python_full_version >= "3.9.13" and python_full_version < "3.10.0"
djangorestframework==3.14.0 ; python_full_version >= "3.9.13" and python_full_version < "3.10.0"
drf-nested-forms==1.1.8 ; python_full_version >= "3.9.13" and python_full_version < "3.10.0"
exceptiongroup==1.2.0 ; python_full_version >= "3.9.13" and python_full_version < "3.10.0"
executing==2.0.1 ; python_full_version >= "3.9.13" and python_full_version < "3.10.0"
factory-boy==3.3.0 ; python_full_version >= "3.9.13" and python_full_version < "3.10.0"
faker==20.1.0 ; python_full_version >= "3.9.13" and python_full_version < "3.10.0"
freezegun==1.2.2 ; python_full_version >= "3.9.13" and python_full_version < "3.10.0"
gunicorn==20.1.0 ; python_full_version >= "3.9.13" and python_full_version < "3.10.0"
idna==3.4 ; python_full_version >= "3.9.13" and python_full_version < "3.10.0"
iniconfig==2.0.0 ; python_full_version >= "3.9.13" and python_full_version < "3.10.0"
ipython==8.17.2 ; python_full_version >= "3.9.13" and python_full_version < "3.10.0"
jedi==0.19.1 ; python_full_version >= "3.9.13" and python_full_version < "3.10.0"
jmespath==1.0.1 ; python_full_version >= "3.9.13" and python_full_version < "3.10.0"
matplotlib-inline==0.1.6 ; python_full_version >= "3.9.13" and python_full_version < "3.10.0"
networkx==2.8.8 ; python_full_version >= "3.9.13" and python_full_version < "3.10.0"
oauthlib==3.2.2 ; python_full_version >= "3.9.13" and python_full_version < "3.10.0"
packaging==23.2 ; python_full_version >= "3.9.13" and python_full_version < "3.10.0"
parso==0.8.3 ; python_full_version >= "3.9.13" and python_full_version < "3.10.0"
pexpect==4.8.0 ; python_full_version >= "3.9.13" and python_full_version < "3.10.0" and sys_platform != "win32"
pluggy==1.3.0 ; python_full_version >= "3.9.13" and python_full_version < "3.10.0"
prompt-toolkit==3.0.41 ; python_full_version >= "3.9.13" and python_full_version < "3.10.0"
psycopg2-binary==2.9.9 ; python_full_version >= "3.9.13" and python_full_version < "3.10.0"
psycopg2==2.9.9 ; python_full_version >= "3.9.13" and python_full_version < "3.10.0"
ptyprocess==0.7.0 ; python_full_version >= "3.9.13" and python_full_version < "3.10.0" and sys_platform != "win32"
pure-eval==0.2.2 ; python_full_version >= "3.9.13" and python_full_version < "3.10.0"
pycparser==2.21 ; python_full_version >= "3.9.13" and python_full_version < "3.10.0"
pygments==2.17.2 ; python_full_version >= "3.9.13" and python_full_version < "3.10.0"
pyjwt==2.8.0 ; python_full_version >= "3.9.13" and python_full_version < "3.10.0"
pytest-django==4.7.0 ; python_full_version >= "3.9.13" and python_full_version < "3.10.0"
pytest==7.4.3 ; python_full_version >= "3.9.13" and python_full_version < "3.10.0"
python-dateutil==2.8.2 ; python_full_version >= "3.9.13" and python_full_version < "3.10.0"
python3-openid==3.2.0 ; python_full_version >= "3.9.13" and python_full_version < "3.10.0"
pytz==2023.3.post1 ; python_full_version >= "3.9.13" and python_full_version < "3.10.0"
requests-oauthlib==1.3.1 ; python_full_version >= "3.9.13" and python_full_version < "3.10.0"
requests==2.31.0 ; python_full_version >= "3.9.13" and python_full_version < "3.10.0"
s3transfer==0.7.0 ; python_full_version >= "3.9.13" and python_full_version < "3.10.0"
sentry-sdk==1.36.0 ; python_full_version >= "3.9.13" and python_full_version < "3.10.0"
setuptools==69.0.2 ; python_full_version >= "3.9.13" and python_full_version < "3.10.0"
six==1.16.0 ; python_full_version >= "3.9.13" and python_full_version < "3.10.0"
social-auth-app-django==5.4.0 ; python_full_version >= "3.9.13" and python_full_version < "3.10.0"
social-auth-core==4.5.0 ; python_full_version >= "3.9.13" and python_full_version < "3.10.0"
sqlparse==0.4.4 ; python_full_version >= "3.9.13" and python_full_version < "3.10.0"
stack-data==0.6.3 ; python_full_version >= "3.9.13" and python_full_version < "3.10.0"
tomli==2.0.1 ; python_full_version >= "3.9.13" and python_full_version < "3.10.0"
traitlets==5.13.0 ; python_full_version >= "3.9.13" and python_full_version < "3.10.0"
typing-extensions==4.8.0 ; python_full_version >= "3.9.13" and python_version < "3.10"
tzdata==2023.3 ; python_full_version >= "3.9.13" and python_full_version < "3.10.0" and sys_platform == "win32"
urllib3==1.26.18 ; python_full_version >= "3.9.13" and python_version < "3.10"
wcwidth==0.2.12 ; python_full_version >= "3.9.13" and python_full_version < "3.10.0"
whitenoise==6.6.0 ; python_full_version >= "3.9.13" and python_full_version < "3.10.0"