-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathrequirements.txt
46 lines (40 loc) · 1.29 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
# ---------------------------------------- Django and Core Libraries
django==5.0.3
django-environ==0.11.2
django-model-utils==4.4.0
django-filter==24.1
Pillow==10.2.0
psycopg2-binary==2.9.9
argon2-cffi==23.1.0
gunicorn==21.2.0
# ---------------------------------------- Django REST Framework and Authentication
djangorestframework==3.14.0
django-cors-headers==4.3.1
drf-spectacular==0.27.1
drf-standardized-errors[openapi]==0.13.0
dj-rest-auth==5.0.2
djangorestframework-simplejwt==5.3.1
# ---------------------------------------- Django Admin
django-admin-interface==0.28.6
django-import-export==3.3.7
# ---------------------------------------- Third-Party Integrations
django-anymail==10.3
sentry-sdk==1.42.0
django-constance[database]==3.1.0
django-storages[boto3]==1.14.2
celery==5.3.6
django-celery-results==2.5.1
django_celery_beat==2.6.0
# ---------------------------------------- Testing and Code Quality
pre-commit==3.6.2
mypy==1.9.0
djangorestframework-stubs==3.14.5
django-stubs==4.2.7
types-python-dateutil==2.9.0.20240316
types-requests==2.31.0.20240311
# ---------------------------------------- Debugging and Development Tools
django-debug-toolbar==4.3.0
django-extensions==3.2.3
django-structlog==8.0.0
# ---------------------------------------- Debugging and Development Tools
pip-upgrader==1.4.15