Merge pull request #26 from matrix-org/michaelkaye/move_to_non-binary_psycopg2

Move to non-binary psycopg2 dependency
This commit is contained in:
Michael Kaye 2019-10-18 15:53:23 +01:00 committed by GitHub
commit fa0194e225
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -13,7 +13,7 @@ setup(
'boto3>=1.9.23<2.0', 'boto3>=1.9.23<2.0',
'botocore>=1.12.23<2.0', 'botocore>=1.12.23<2.0',
'humanize>=0.5.1<0.6', 'humanize>=0.5.1<0.6',
'psycopg2-binary>=2.7.5<3.0', 'psycopg2>=2.7.5<3.0',
'PyYAML>=3.13<4.0', 'PyYAML>=3.13<4.0',
'tqdm>=4.26.0<5.0' 'tqdm>=4.26.0<5.0'
], ],