-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
819dfe2
commit db25998
Showing
1 changed file
with
24 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,46 +1,46 @@ | ||
# ---------------------------------------- Django and Core Libraries | ||
django==4.2.5 | ||
django==5.0.2 | ||
django-environ==0.11.2 | ||
django-model-utils==4.3.1 | ||
django-filter==23.2 | ||
Pillow==10.0.1 | ||
psycopg2-binary==2.9.7 | ||
django-model-utils==4.4.0 | ||
django-filter==23.5 | ||
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.2.0 | ||
drf-spectacular==0.26.4 | ||
drf-standardized-errors[openapi]==0.12.5 | ||
dj-rest-auth==5.0.1 | ||
djangorestframework-simplejwt==5.3.0 | ||
django-cors-headers==4.3.1 | ||
drf-spectacular==0.27.1 | ||
drf-standardized-errors[openapi]==0.12.6 | ||
dj-rest-auth==5.0.2 | ||
djangorestframework-simplejwt==5.3.1 | ||
|
||
# ---------------------------------------- Django Admin | ||
django-admin-interface==0.26.1 | ||
django-import-export==3.3.1 | ||
django-admin-interface==0.28.5 | ||
django-import-export==3.3.7 | ||
|
||
# ---------------------------------------- Third-Party Integrations | ||
django-anymail==10.1 | ||
sentry-sdk==1.31.0 | ||
django-anymail==10.2 | ||
sentry-sdk==1.40.5 | ||
django-constance[database]==3.1.0 | ||
django-storages[boto3]==1.14 | ||
celery==5.3.4 | ||
django-storages[boto3]==1.14.2 | ||
celery==5.3.6 | ||
django-celery-results==2.5.1 | ||
django_celery_beat==2.5.0 | ||
|
||
# ---------------------------------------- Testing and Code Quality | ||
pre-commit==3.4.0 | ||
mypy==1.5.1 | ||
djangorestframework-stubs==3.14.2 | ||
django-stubs==4.2.4 | ||
types-python-dateutil==2.8.19.14 | ||
types-requests==2.31.0.2 | ||
pre-commit==3.6.2 | ||
mypy==1.8.0 | ||
djangorestframework-stubs==3.14.5 | ||
django-stubs==4.2.7 | ||
types-python-dateutil==2.8.19.20240106 | ||
types-requests==2.31.0.20240218 | ||
|
||
# ---------------------------------------- Debugging and Development Tools | ||
django-debug-toolbar==4.2.0 | ||
django-debug-toolbar==4.3.0 | ||
django-extensions==3.2.3 | ||
django-structlog==5.3.0 | ||
django-structlog==7.1.0 | ||
|
||
# ---------------------------------------- Debugging and Development Tools | ||
pip-upgrader==1.4.15 |