add new requirements

pull/23/head
Mallory Hancock 2017-11-07 12:51:20 -08:00
parent 44f1b93e5e
commit a8998b30ee
1 changed files with 3 additions and 1 deletions

View File

@ -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,
)