Skip to content

Commit

Permalink
Upgrade psycopg2 to latest micro to avoid crash on heroku
Browse files Browse the repository at this point in the history
  • Loading branch information
wen96 committed Feb 23, 2019
1 parent 8d2f6a9 commit 4336250
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 34 deletions.
2 changes: 1 addition & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ verify_ssl = true
[packages]
gunicorn = "==19.7.1"
dj-database-url = "==0.4.2"
psycopg2 = "==2.7.1"
psycopg2 = "==2.7.7"
whitenoise = "==3.3.0"
django-redis-cache = "==1.7.1"
djangorestframework = "==3.7.7"
Expand Down
65 changes: 32 additions & 33 deletions Pipfile.lock

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

0 comments on commit 4336250

Please sign in to comment.