From be2975ad62a500afa92952197963b36dfcd23295 Mon Sep 17 00:00:00 2001 From: vilmibm Date: Wed, 3 Jun 2020 02:03:51 +0000 Subject: [PATCH] upgrade django --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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'],