upgrade Django

master
vilmibm 2019-12-18 14:07:40 +00:00
parent 90dca0274a
commit 0f078f86fd
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ setup(
'License :: OSI Approved :: Affero GNU General Public License v3 (AGPLv3)',
],
packages=['ttadmin'],
install_requires = ['Django==1.10.2',
install_requires = ['Django==1.11.27',
'sshpubkeys==2.2.0',
'psycopg2==2.7.6.1',
'gunicorn==19.6.0',