Skip to content

Commit

Permalink
Fix psycopg problem
Browse files Browse the repository at this point in the history
  • Loading branch information
mpasternak committed Nov 11, 2019
1 parent c837018 commit 7a51726
Show file tree
Hide file tree
Showing 2 changed files with 52 additions and 80 deletions.
6 changes: 3 additions & 3 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ name = "pypi"

[packages]
Django = "==2.1.13"
psycopg2-binary = "==2.8.3"
django-flexible-reports = "==0.2.8"
psycopg2 = "==2.8.4"
django-flexible-reports = "==0.2.9"
django-group-by = "==0.3.1"
django-columns = "==0.1.0"
tablib = "==0.11.5"
Expand Down Expand Up @@ -39,7 +39,7 @@ requests = "==2.20.0"
pytz = "==2018.4"
django-extensions = "==1.7.9"
django-htmlmin = "==0.10.0"
Pillow = "==4.0.0"
Pillow = ">=6.2.0"
olefile = "==0.44"
django-grappelli = "==2.12.2"
django-multiseek = "==0.9.38"
Expand Down
126 changes: 49 additions & 77 deletions Pipfile.lock

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

0 comments on commit 7a51726

Please sign in to comment.