mirror of
https://github.com/domainaware/parsedmarc.git
synced 2026-08-09 17:03:19 +00:00
Fix deps
This commit is contained in:
@@ -96,8 +96,10 @@ setup(
|
||||
'publicsuffix2', 'xmltodict>=0.12.0', 'geoip2>=2.9.0',
|
||||
'urllib3>=1.21.1', 'requests>=2.2.16.0',
|
||||
'imapclient>=2.1.0', 'mail-parser>=3.9.2',
|
||||
'dateparser>=0.7.1', 'elasticsearch>=6.3.1',
|
||||
'elasticsearch-dsl>=0.0.12', 'kafka-python>=1.4.4',
|
||||
'dateparser>=0.7.1',
|
||||
'elasticsearch>=6.3.1<7.0.0',
|
||||
'elasticsearch-dsl>=6.3.1,<7.0.0',
|
||||
'kafka-python>=1.4.4',
|
||||
'tqdm>=4.31.1'
|
||||
],
|
||||
|
||||
|
||||
Reference in New Issue
Block a user