Skip to content

Commit

Permalink
minimal updates to accommodate django 4.2.x (#321)
Browse files Browse the repository at this point in the history
  • Loading branch information
paribaker authored Jul 15, 2024
1 parent 951edd7 commit 60f3f44
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions {{cookiecutter.project_slug}}/Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@ verify_ssl = true
name = "pypi"

[packages]
Django = "==3.2.6"
django-extensions = "==3.1.3"
Django = "==4.2.*"
django-extensions = "==3.2.3"
django-filter = "==2.4.0"
django-nose = "==1.4.7"
dj-rest-auth = "*"
dj-database-url = "==0.5.0"
django-storages = "==1.11.1" # https://github.com/jschneier/django-storages
boto3 = "==1.18.26"
djangorestframework = "==3.13.*"
djangorestframework = "==3.15.*"
gunicorn = "==20.1.0"
python-decouple = "*"
pytz = "==2021.1"
Expand All @@ -25,7 +25,7 @@ django-multiselectfield = "==0.1.12"
drf-writable-nested = "==0.6.3"
python-slugify = "==5.0.2"
Pillow = "==9.0"
django-currentuser = "==0.5.3"
django-currentuser = "==0.7.0"
drf-nested-routers = "==0.93.3"
django-anymail = "==8.4" # https://github.com/anymail/django-anymail
rollbar = "==0.16.2"
Expand Down

0 comments on commit 60f3f44

Please sign in to comment.