hotfix: use pre-compiled version of psycopg

This commit is contained in:
Ben Partridge
2020-11-03 16:56:17 +11:00
parent a02efef2bb
commit 957a6559a3
2 changed files with 65 additions and 16 deletions

View File

@@ -8,7 +8,7 @@ ansible = "==2.8.5"
boto3 = "==1.9.242"
botocore = "==1.12.242"
lxml = "==4.6.1"
psycopg2 = "==2.8.6"
psycopg2-binary = "==2.8.6"
[dev-packages]
docker = "==4.1.0"