upgrade django

master
vilmibm 2020-06-03 02:03:51 +00:00
parent 0f078f86fd
commit be2975ad62
1 changed files with 2 additions and 2 deletions

View File

@ -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'],