Skip to content

Commit

Permalink
upgraded to Django 3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jsayles committed Aug 17, 2020
1 parent 66855f1 commit 1149814
Show file tree
Hide file tree
Showing 3 changed files with 151 additions and 90 deletions.
4 changes: 2 additions & 2 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ django-debug-toolbar = "*"
pip-review = "*"

[packages]
Django = ">=3.0.7"
Django = ">=3.1"
Pillow = "~=7.1"
psycopg2 = "~=2.8"
django-localflavor = "~=3.0"
Expand All @@ -23,7 +23,7 @@ django-taggit-templatetags2 = "~=1.6"
django-crontab = "~=0.7"
python-slugify = "!=2.0"
requests = "~=2.22"
cryptography = "~=2.9"
cryptography = "~=3.0"
mailchimp3 = "~=3.0"
pyyaml = "~=5.2"

Expand Down

0 comments on commit 1149814

Please sign in to comment.