Skip to content

Commit

Permalink
upped to django 3.2 LTS
Browse files Browse the repository at this point in the history
  • Loading branch information
jsayles committed Apr 8, 2021
1 parent e97caf1 commit 50a9c3b
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 18 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.1"
Django = ">=3.2"
Pillow = "~=8.2"
psycopg2 = "~=2.8"
django-localflavor = "~=3.0"
Expand Down Expand Up @@ -43,7 +43,7 @@ PyJWT = "~=2.0"
# Master branch of django-jsignature is very out of date
#django-jsignature = {git = "https://github.com/nadineproject/django-jsignature.git", editable = true}
django-jsignature = "==0.10"
WeasyPrint = "==52.2"
WeasyPrint = "==52.4"
html5lib = "==1.1"

# Payment libraries
Expand Down
32 changes: 16 additions & 16 deletions Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 50a9c3b

Please sign in to comment.