go with psycopg2-binary instead of building psycopg2

This commit is contained in:
Lee Goolsbee
2022-09-15 11:08:02 -05:00
parent 9530650889
commit 8c745195c6
6 changed files with 90 additions and 34 deletions

View File

@@ -7,7 +7,7 @@ name = "pypi"
ansible-core = "==2.13.3"
boto3 = "==1.24.68"
botocore = "==1.27.68"
psycopg2 = "==2.9.3"
psycopg2-binary = "==2.9.3"
[dev-packages]
molecule = "==4.0.1"