From 088198261423f3bfb674e322e52e4585224167d7 Mon Sep 17 00:00:00 2001 From: vilmibm Date: Tue, 9 Jul 2019 17:28:27 +0000 Subject: [PATCH] update some reqs for py3 compat --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index c5f07b6..e81973f 100644 --- a/setup.py +++ b/setup.py @@ -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, )