Move to non-binary setup.py

This commit is contained in:
Michael Kaye 2019-09-30 17:08:51 +01:00
parent 339a72dbb4
commit 916790767b

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'
], ],