Revert "upgrade postgresql library"

This reverts commit d2f7363a3b.
pull/28/head
nate 2018-02-21 22:47:45 -08:00
parent d2f7363a3b
commit 61e5e3b4fc
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-binary==2.7.4',
'psycopg2==2.6.2',
'requests==2.12.5',
'gunicorn==19.6.0',
'Mastodon.py==1.1.1',