Skip to content

Commit

Permalink
Update django from 3.0.3 to 4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
pyup-bot committed May 1, 2023
1 parent 4bce073 commit 8265450
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions generators/app/templates/django/mysite/Pipfile
@@ -1,32 +1,32 @@
[[source]]
name = "pypi"
url = "https://pypi.python.org/simple"
verify_ssl = true
name = "pypi"

[dev-packages]
Werkzeug = "*"
honcho = "*"
ipdb = "*"
ipython = "*"

[packages]
Django = "==3.0.3"
Django = "==4.2"
Pillow = "*"
celery = "*"
djangorestframework = "*"
django-anymail = "*"
django-backblazeb2-storage = "*"
django-cors-headers = "*"
django-debug-toolbar = "*"
django-environ = "*"
django-extensions = "*"
django-filter = "*"
django-debug-toolbar = "*"
django-spa = "*"
django-anymail = "*"
gunicorn = "*"
djangorestframework = "*"
graphene = "*"
graphene-django = "*"
gunicorn = "*"
psycopg2-binary = "*"
redis = "*"

[dev-packages]
honcho = "*"
ipython = "*"
ipdb = "*"
Werkzeug = "*"

[requires]
python_version = "3.7"

0 comments on commit 8265450

Please sign in to comment.