Add dependency to pyscopg2.

This commit is contained in:
Alexis Lahouze 2017-05-19 08:38:42 +02:00
parent c2dc92bfe1
commit 280ddf699a
1 changed files with 1 additions and 0 deletions

View File

@ -26,6 +26,7 @@ setup(
'Flask-JWT-Extended~=2.0.0',
'passlib~=1.7.1',
'arrow~=0.10.0',
'psycopg2~=2.7.1'
],
setup_requires=[
'pytest-runner',