update some reqs for py3 compat

helpdesk-email
vilmibm 2019-07-09 17:28:27 +00:00
parent 3cb39206c1
commit 0881982614
1 changed files with 2 additions and 2 deletions

View File

@ -19,7 +19,7 @@ setup(
'sshpubkeys==2.2.0',
'psycopg2==2.7.6.1',
'gunicorn==19.6.0',
'Mastodon.py==1.1.1',
'tweepy==3.5.0'],
'Mastodon.py==1.4.5',
'tweepy==3.7.0'],
include_package_data = True,
)