Skip to content

Commit

Permalink
Install correct psycopg2
Browse files Browse the repository at this point in the history
  • Loading branch information
alexbrault committed Dec 12, 2018
1 parent 4990e5a commit 3efdc95
Show file tree
Hide file tree
Showing 3 changed files with 35 additions and 34 deletions.
1 change: 1 addition & 0 deletions .env
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
PIP_NO_BINARY=psycopg2
2 changes: 1 addition & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ sqlalchemy = "*"
"geoalchemy2" = "*"
alembic = "*"
pgrastertime = {path = ".",editable = true}
"psycopg2-binary" = "*"
"psycopg2" = "*"

[requires]
python_version = "3.5"
66 changes: 33 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 3efdc95

Please sign in to comment.