Skip to content

Commit

Permalink
Update Pipfile
Browse files Browse the repository at this point in the history
Bump Django version to 2.2.9 minimum and python 3.7.
  • Loading branch information
aaronn authored Jan 21, 2020
1 parent 404ff80 commit 46c00e9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ verify_ssl = true
name = "pypi"

[packages]
django = {version=">=2.0.10"}
django = {version=">=2.2.9"}
djangorestframework = "*"
twilio = "*"

Expand All @@ -23,4 +23,4 @@ urllib3 = {version=">=1.23"}
wheel = "*"

[requires]
python_version = "3.6"
python_version = "3.7"

0 comments on commit 46c00e9

Please sign in to comment.