mirror of
https://github.com/domainaware/parsedmarc.git
synced 2026-05-09 13:35:25 +00:00
Added dependencies for GMail api
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
@@ -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={
|
||||
|
||||
Reference in New Issue
Block a user