Skip to content

Commit

Permalink
Merge pull request #903 from 18F/dep-update
Browse files Browse the repository at this point in the history
Updating Django and other dependencies
  • Loading branch information
Jkrzy authored Jun 25, 2019
2 parents 15318a4 + cd86654 commit 7781393
Show file tree
Hide file tree
Showing 5 changed files with 205 additions and 224 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 = "~=2.0"
django = "~=2.2"
dj-database-url = "*"
gevent = "*"
gunicorn = "*"
Expand All @@ -14,7 +14,7 @@ djangorestframework-csv = "*"
bleach = "*"
newrelic = "*"
cfenv = "*"
cg-django-uaa = "*"
cg-django-uaa = {git = "https://github.com/18F/cg-django-uaa",ref = "v2.0.0"}
"psycopg2-binary" = "*"
markdown = "*"
django-webtest = "~=1.9"
Expand Down
Loading

0 comments on commit 7781393

Please sign in to comment.