1
1
mirror of https://github.com/yandex/pgmigrate.git synced 2024-09-17 15:17:18 +03:00

update psycopg2 to psycopg2-binary (fixes warning)

This commit is contained in:
dmitry-vakhnenko 2018-06-15 08:05:46 +03:00 committed by GitHub
parent 676082c3a7
commit 8d26ba545d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -33,7 +33,7 @@ except ImportError:
REQUIREMENTS = [
'sqlparse >= 0.2.1',
'psycopg2 >= 2.6.2',
'psycopg2-binary >= 2.7.4',
'PyYAML >= 3.12'
]