Skip to content

Commit 53a905b

Browse files
wallesSergeyPirogov
authored andcommitted
Use binary psycopg2 packages (#40)
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.
1 parent 7bf5687 commit 53a905b

File tree

3 files changed

+270
-258
lines changed

3 files changed

+270
-258
lines changed

Pipfile

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,13 @@ url = "https://pypi.python.org/simple"
33
verify_ssl = true
44

55
["dev-packages"]
6-
76
codecov = "*"
87

98
[packages]
10-
119
crayons = "*"
1210
wrapt = "*"
1311
pipenv = "*"
1412
blindspin = "*"
15-
"psycopg2" = "*"
1613
"pytest-cov" = "*"
1714
"webdriver-manager" = "*"
1815
pytest = "*"
@@ -23,3 +20,4 @@ selenium = "*"
2320
sqlalchemy = "*"
2421
pymysql = "*"
2522
google-cloud-pubsub = "*"
23+
psycopg2-binary = "*"

0 commit comments

Comments
 (0)