upgrade django
parent
0f078f86fd
commit
be2975ad62
4
setup.py
4
setup.py
|
@ -15,9 +15,9 @@ 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.11.27',
|
install_requires = ['Django==1.11.29',
|
||||||
'sshpubkeys==2.2.0',
|
'sshpubkeys==2.2.0',
|
||||||
'psycopg2==2.7.6.1',
|
'psycopg2-binary==2.8.5',
|
||||||
'gunicorn==19.6.0',
|
'gunicorn==19.6.0',
|
||||||
'Mastodon.py==1.4.5',
|
'Mastodon.py==1.4.5',
|
||||||
'tweepy==3.7.0'],
|
'tweepy==3.7.0'],
|
||||||
|
|
Loading…
Reference in New Issue