Merge branch 'master' into graph_addition

This commit is contained in:
Sean Whalen
2022-04-21 17:11:22 -04:00
committed by GitHub
5 changed files with 294 additions and 14 deletions
+6 -1
View File
@@ -98,13 +98,18 @@ setup(
'requests>=2.22.0', 'imapclient>=2.1.0',
'dateparser>=0.7.2',
'mailsuite>=1.6.1',
'elasticsearch-dsl>=7.2.0,<8.0.0',
'elasticsearch-dsl>=7.2.0,<7.14.0',
'kafka-python>=1.4.4',
'tqdm>=4.31.1',
'lxml>=4.4.0',
'boto3>=1.16.63',
'msgraph-core>=0.2.2',
'azure-identity>=1.8.0'
'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={