mirror of
https://github.com/domainaware/parsedmarc.git
synced 2026-07-12 11:45:07 +00:00
Fix Elasticsearch/Python mapping mismatch
This commit is contained in:
@@ -95,8 +95,8 @@ setup(
|
||||
install_requires=['dnspython', 'expiringdict', 'publicsuffix',
|
||||
'xmltodict', 'geoip2', 'urllib3<1.24,>=1.21.1',
|
||||
'requests', 'imapclient', 'mail-parser', 'dateparser',
|
||||
'elasticsearch==6.3.1',
|
||||
'elasticsearch-dsl==6.2.1', 'kafka-python'
|
||||
'elasticsearch',
|
||||
'elasticsearch-dsl', 'kafka-python'
|
||||
],
|
||||
|
||||
entry_points={
|
||||
|
||||
Reference in New Issue
Block a user