mirror of
https://github.com/domainaware/parsedmarc.git
synced 2026-05-18 09:55:24 +00:00
Update setup.py
Changed Elasticsearch py to support Elastic > 7.0 For Elasticsearch 7.0 and later, use the major version 7 (7.x.y) of the library.
This commit is contained in:
@@ -101,8 +101,8 @@ setup(
|
||||
'mail-parser>=3.11.0',
|
||||
'dateparser>=0.7.2',
|
||||
'mailsuite>=1.5.4',
|
||||
'elasticsearch>=6.3.1,<7.0.0',
|
||||
'elasticsearch-dsl>=6.3.1,<7.0.0',
|
||||
'elasticsearch>=7.6.0,<8.0.0',
|
||||
'elasticsearch-dsl>=7.2.0,<8.0.0',
|
||||
'kafka-python>=1.4.4',
|
||||
'tqdm>=4.31.1',
|
||||
'lxml>=4.4.0'
|
||||
|
||||
Reference in New Issue
Block a user