Skip to content

Commit

Permalink
update server production dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
dpgraham4401 committed Feb 14, 2024
1 parent f5c238b commit 5ca1afb
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions server/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
asgiref==3.7.2
Django==4.2.7
Django==5.0.2
django-celery-results==2.5.1
django-cors-headers==4.3.1
django-extensions==3.2.3
django-celery-beat==2.5.0
djangorestframework==3.14.0
gunicorn==21.2.0
emanifest==4.0.0
psycopg[binary]==3.1.13
pytz==2023.3
emanifest==4.0.1
psycopg[binary]==3.1.18
pytz==2024.1
sqlparse==0.4.4
tzdata==2023.3
tzdata==2024.1
whitenoise==6.6.0
celery==5.3.6
redis==5.0.1
drf-spectacular==0.26.5
django-health-check==3.17.0
django-allauth==0.59.0
drf-spectacular==0.27.1
django-health-check==3.18.1
django-allauth==0.61.1
dj-rest-auth==5.0.2

0 comments on commit 5ca1afb

Please sign in to comment.