upgrade psycopg2 for new postgresql

feature/enhanced-ticket-view
vilmibm 2019-01-15 05:02:45 +00:00
parent 70a5fc31de
commit 7d4b64b111
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ setup(
packages=['ttadmin'],
install_requires = ['Django==1.10.2',
'sshpubkeys==2.2.0',
'psycopg2==2.6.2',
'psycopg2==2.7.6.1',
'requests==2.12.5',
'gunicorn==19.6.0',
'Mastodon.py==1.1.1',