Twitter API + Bot start

This commit is contained in:
Manuel Hude 2021-05-02 10:47:19 +02:00
parent 0a212a6a65
commit b703757621

View File

@ -16,7 +16,9 @@ setup(name='waecm-2021-group-04',
'whitenoise==5.2.0', 'whitenoise==5.2.0',
'oauth2==1.1.1', 'oauth2==1.1.1',
'oauthlib==3.1.0', 'oauthlib==3.1.0',
'py-jwt-validator==0.6.0' 'py-jwt-validator==0.6.0',
'python-twitter==3.5',
'python-dotenv==0.17.1'
], ],
license='BSD License', # example license license='BSD License', # example license
description='DESCRIPTION') description='DESCRIPTION')