upgrade Django
parent
90dca0274a
commit
0f078f86fd
2
setup.py
2
setup.py
|
@ -15,7 +15,7 @@ setup(
|
||||||
'License :: OSI Approved :: Affero GNU General Public License v3 (AGPLv3)',
|
'License :: OSI Approved :: Affero GNU General Public License v3 (AGPLv3)',
|
||||||
],
|
],
|
||||||
packages=['ttadmin'],
|
packages=['ttadmin'],
|
||||||
install_requires = ['Django==1.10.2',
|
install_requires = ['Django==1.11.27',
|
||||||
'sshpubkeys==2.2.0',
|
'sshpubkeys==2.2.0',
|
||||||
'psycopg2==2.7.6.1',
|
'psycopg2==2.7.6.1',
|
||||||
'gunicorn==19.6.0',
|
'gunicorn==19.6.0',
|
||||||
|
|
Loading…
Reference in New Issue