From b703757621e175f13276567fb1e3682afbbdc94f Mon Sep 17 00:00:00 2001 From: Manuel Hude Date: Sun, 2 May 2021 10:47:19 +0200 Subject: [PATCH] Twitter API + Bot start --- backend/setup.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/backend/setup.py b/backend/setup.py index 903d2bc..6036c10 100644 --- a/backend/setup.py +++ b/backend/setup.py @@ -16,7 +16,9 @@ setup(name='waecm-2021-group-04', 'whitenoise==5.2.0', 'oauth2==1.1.1', '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 description='DESCRIPTION')