Skip to content

Commit

Permalink
Use binary psycopg2 packages (#40)
Browse files Browse the repository at this point in the history
Quoting its web page:
> The binary package is a practical choice for development and testing but in production it is advised to use the package built from sources.

For me right now, not having had to build psycopg2 from source would have made my life easier.
  • Loading branch information
walles authored and SergeyPirogov committed Sep 27, 2019
1 parent 7bf5687 commit 53a905b
Show file tree
Hide file tree
Showing 3 changed files with 270 additions and 258 deletions.
4 changes: 1 addition & 3 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,13 @@ url = "https://pypi.python.org/simple"
verify_ssl = true

["dev-packages"]

codecov = "*"

[packages]

crayons = "*"
wrapt = "*"
pipenv = "*"
blindspin = "*"
"psycopg2" = "*"
"pytest-cov" = "*"
"webdriver-manager" = "*"
pytest = "*"
Expand All @@ -23,3 +20,4 @@ selenium = "*"
sqlalchemy = "*"
pymysql = "*"
google-cloud-pubsub = "*"
psycopg2-binary = "*"
Loading

0 comments on commit 53a905b

Please sign in to comment.