Skip to content

Commit

Permalink
bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ms32035 committed Apr 16, 2024
1 parent 6c6849c commit 89ad2b6
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,18 +9,17 @@ psycopg[binary]==3.1.18 # https://github.com/psycopg/psycopg
# ------------------------------------------------------------------------------
django==5.0.4 # https://www.djangoproject.com/
django-environ==0.11.2 # https://github.com/joke2k/django-environ
django-model-utils==4.4.0 # https://github.com/jazzband/django-model-utils
django-model-utils==4.5.0 # https://github.com/jazzband/django-model-utils
django-allauth>=0.57.0 # https://github.com/pennersr/django-allauth

# Django REST Framework
djangorestframework==3.15.1 # https://github.com/encode/django-rest-framework
django-cors-headers==4.3.1 # https://github.com/adamchainz/django-cors-headers
#dj-rest-auth[with_social]==5.1.0 # https://github.com/iMerica/dj-rest-auth
dj-rest-auth[with_social]@https://github.com/crugroup/dj-rest-auth/archive/refs/heads/master.zip
dj-rest-auth[with_social]==6.0.0 # https://github.com/iMerica/dj-rest-auth
djangorestframework-simplejwt==5.3.1

# DRF-spectacular for api documentation
drf-spectacular>=0.27.1 # https://github.com/tfranzel/drf-spectacular
drf-spectacular>=0.27.2 # https://github.com/tfranzel/drf-spectacular

django-taggit==5.0.1
django-filter==24.2 # https://github.com/carltongibson/django-filter
Expand Down

0 comments on commit 89ad2b6

Please sign in to comment.