Update setup.py

This commit is contained in:
Lex Berezhny 2020-04-11 21:07:07 -04:00 committed by GitHub
parent 2d4d51388b
commit 8b7b284c0d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -52,6 +52,7 @@ setup(
'pyzmq==18.1.1', 'pyzmq==18.1.1',
'plyvel==1.0.5', 'plyvel==1.0.5',
'sqlalchemy @ git+https://github.com/sqlalchemy/sqlalchemy.git', 'sqlalchemy @ git+https://github.com/sqlalchemy/sqlalchemy.git',
'psycopg2',
], ],
classifiers=[ classifiers=[
'Framework :: AsyncIO', 'Framework :: AsyncIO',