-
Notifications
You must be signed in to change notification settings - Fork 103
/
requirements.txt
46 lines (46 loc) · 3.65 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
apscheduler==3.10.4 ; python_full_version >= "3.8.1" and python_version < "4.0"
asgiref==3.8.1 ; python_full_version >= "3.8.1" and python_version < "4.0"
backports-zoneinfo==0.2.1 ; python_full_version >= "3.8.1" and python_version < "3.9"
black==23.12.1 ; python_full_version >= "3.8.1" and python_version < "4.0"
certifi==2024.8.30 ; python_full_version >= "3.8.1" and python_version < "4.0"
cffi==1.17.1 ; python_full_version >= "3.8.1" and python_version < "4.0"
charset-normalizer==3.4.0 ; python_full_version >= "3.8.1" and python_version < "4.0"
click==8.1.7 ; python_full_version >= "3.8.1" and python_version < "4.0"
colorama==0.4.6 ; python_full_version >= "3.8.1" and python_version < "4.0" and platform_system == "Windows"
crispy-bootstrap5==0.6 ; python_full_version >= "3.8.1" and python_version < "4.0"
cryptography==41.0.7 ; python_full_version >= "3.8.1" and python_version < "4.0"
dj-database-url==0.5.0 ; python_full_version >= "3.8.1" and python_version < "4.0"
django-bmemcached==0.3.0 ; python_full_version >= "3.8.1" and python_version < "4.0"
django-crispy-forms==1.14.0 ; python_full_version >= "3.8.1" and python_version < "4.0"
django-cte==1.3.3 ; python_full_version >= "3.8.1" and python_version < "4.0"
django-debug-toolbar==3.8.1 ; python_full_version >= "3.8.1" and python_version < "4.0"
django-extensions==3.2.3 ; python_full_version >= "3.8.1" and python_version < "4.0"
django-filter==23.5 ; python_full_version >= "3.8.1" and python_version < "4.0"
django-mathfilters==1.0.0 ; python_full_version >= "3.8.1" and python_version < "4.0"
django==4.2.16 ; python_full_version >= "3.8.1" and python_version < "4.0"
gunicorn==20.1.0 ; python_full_version >= "3.8.1" and python_version < "4.0"
idna==3.10 ; python_full_version >= "3.8.1" and python_version < "4.0"
mypy-extensions==1.0.0 ; python_full_version >= "3.8.1" and python_version < "4.0"
packaging==24.1 ; python_full_version >= "3.8.1" and python_version < "4.0"
pathspec==0.12.1 ; python_full_version >= "3.8.1" and python_version < "4.0"
platformdirs==4.3.6 ; python_full_version >= "3.8.1" and python_version < "4.0"
psycopg2==2.9.10 ; python_full_version >= "3.8.1" and python_version < "4.0"
pycparser==2.22 ; python_full_version >= "3.8.1" and python_version < "4.0"
pyjwt==2.9.0 ; python_full_version >= "3.8.1" and python_version < "4.0"
pymemcache==4.0.0 ; python_full_version >= "3.8.1" and python_version < "4.0"
python-binary-memcached==0.31.2 ; python_full_version >= "3.8.1" and python_version < "4.0"
python-dateutil==2.9.0.post0 ; python_full_version >= "3.8.1" and python_version < "4.0"
python-dotenv==0.20.0 ; python_full_version >= "3.8.1" and python_version < "4.0"
pytz==2024.2 ; python_full_version >= "3.8.1" and python_version < "4.0"
requests==2.32.3 ; python_full_version >= "3.8.1" and python_version < "4.0"
sentry-sdk==1.45.1 ; python_full_version >= "3.8.1" and python_version < "4.0"
setuptools==75.2.0 ; python_full_version >= "3.8.1" and python_version < "4.0"
six==1.16.0 ; python_full_version >= "3.8.1" and python_version < "4.0"
sqlparse==0.5.1 ; python_full_version >= "3.8.1" and python_version < "4.0"
tomli==2.0.2 ; python_full_version >= "3.8.1" and python_version < "3.11"
typing-extensions==4.12.2 ; python_full_version >= "3.8.1" and python_version < "3.11"
tzdata==2024.2 ; python_full_version >= "3.8.1" and python_version < "4.0" and (sys_platform == "win32" or platform_system == "Windows")
tzlocal==5.2 ; python_full_version >= "3.8.1" and python_version < "4.0"
uhashring==2.3 ; python_full_version >= "3.8.1" and python_version < "4.0"
urllib3==2.2.3 ; python_full_version >= "3.8.1" and python_version < "4.0"
whitenoise==6.7.0 ; python_full_version >= "3.8.1" and python_version < "4.0"