Added dependencies for GMail api

This commit is contained in:
Panos Gkikakis
2022-01-24 23:45:59 +02:00
parent e721f5701e
commit 5be36e431c
2 changed files with 12 additions and 1 deletions
+6
View File
@@ -29,3 +29,9 @@ sphinx_rtd_theme>=0.4.3
codecov>=2.0.15
lxml>=4.4.0
boto3>=1.16.63
google-api-core>=2.4.0
google-api-python-client>=2.35.0
google-auth>=2.3.3
google-auth-httplib2>=0.1.0
google-auth-oauthlib>=0.4.6
+6 -1
View File
@@ -102,7 +102,12 @@ setup(
'kafka-python>=1.4.4',
'tqdm>=4.31.1',
'lxml>=4.4.0',
'boto3>=1.16.63'
'boto3>=1.16.63',
'google-api-core>=2.4.0',
'google-api-python-client>=2.35.0',
'google-auth>=2.3.3',
'google-auth-httplib2>=0.1.0',
'google-auth-oauthlib>=0.4.6',
],
entry_points={