update some reqs for py3 compat
parent
3cb39206c1
commit
0881982614
4
setup.py
4
setup.py
|
@ -19,7 +19,7 @@ setup(
|
||||||
'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',
|
||||||
'Mastodon.py==1.1.1',
|
'Mastodon.py==1.4.5',
|
||||||
'tweepy==3.5.0'],
|
'tweepy==3.7.0'],
|
||||||
include_package_data = True,
|
include_package_data = True,
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in New Issue