diff --git a/setup.py b/setup.py index 4ff791b..415e6ad 100644 --- a/setup.py +++ b/setup.py @@ -15,9 +15,9 @@ setup( 'License :: OSI Approved :: Affero GNU General Public License v3 (AGPLv3)', ], packages=['ttadmin'], - install_requires = ['Django==1.11.27', + install_requires = ['Django==1.11.29', 'sshpubkeys==2.2.0', - 'psycopg2==2.7.6.1', + 'psycopg2-binary==2.8.5', 'gunicorn==19.6.0', 'Mastodon.py==1.4.5', 'tweepy==3.7.0'],