Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ logzero
aiohttp-cors
wheel
mysqlclient == 2.1.1
sentry-sdk == 2.14.0
sentry-sdk == 2.43.0
celery == 5.4.0
azure-storage-blob == 12.23.1
python-dotenv ~= 1.0.1
Expand All @@ -13,13 +13,13 @@ whitenoise == 6.7.0
django-ical == 1.9.2
slack-sdk == 3.33.1
pyjwt ~= 2.9.0
redis == 6.4.0
redis == 7.0.1

# Django
# ------------------------------------------------------------------------------
Django == 5.1.1
django-enumchoicefield == 3.0.1
django-filter == 24.3
django-filter == 25.2
django-ordered-model ~= 3.7.4
django-redis == 6.0.0

Expand All @@ -33,7 +33,7 @@ drf-yasg == 1.21.7
django-dry-rest-permissions == 1.2.0

# Django Polymorphic
django-polymorphic ~= 3.1
django-polymorphic ~= 4.1
django-rest-polymorphic == 0.1.9

django-mptt == 0.16.0
Expand All @@ -54,7 +54,7 @@ coverage
pdbpp
pytest == 7.4.4
pytest-cov == 5.0.0
pytest-django == 4.9.0
pytest-django == 4.11.1
factory-boy == 3.3.1
pytest-factoryboy == 2.7.0
pytest-lazy-fixture == 0.6.3
Expand Down
Loading