diff --git a/setup.py b/setup.py index f1b0d30..969eae5 100644 --- a/setup.py +++ b/setup.py @@ -19,6 +19,8 @@ setup( 'sshpubkeys==2.2.0', 'psycopg2==2.6.2', 'requests==2.12.5', - 'gunicorn==19.6.0'], + 'gunicorn==19.6.0', + 'Mastodon.py==1.1.1', + 'tweepy==3.5.0'], include_package_data = True, )