add new requirements
parent
44f1b93e5e
commit
a8998b30ee
4
setup.py
4
setup.py
|
@ -19,6 +19,8 @@ setup(
|
||||||
'sshpubkeys==2.2.0',
|
'sshpubkeys==2.2.0',
|
||||||
'psycopg2==2.6.2',
|
'psycopg2==2.6.2',
|
||||||
'requests==2.12.5',
|
'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,
|
include_package_data = True,
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in New Issue