upgrade postgresql library

add-key-for-user
nate 2018-02-21 20:44:08 -08:00
parent 31d58a637d
commit d2f7363a3b
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-binary==2.7.4',
'requests==2.12.5',
'gunicorn==19.6.0',
'Mastodon.py==1.1.1',