mirror of
https://github.com/domainaware/parsedmarc.git
synced 2026-05-19 18:35:24 +00:00
Use latest mailparser
This commit is contained in:
+1
-1
@@ -6,7 +6,7 @@ xmltodict
|
||||
geoip2
|
||||
dnspython
|
||||
imapclient
|
||||
mail-parser==3.5.1
|
||||
mail-parser
|
||||
dateparser
|
||||
elasticsearch>=6.3.0,<7.0.0
|
||||
elasticsearch-dsl>=6.2.1,<7.0.0
|
||||
|
||||
@@ -94,7 +94,7 @@ setup(
|
||||
# https://packaging.python.org/en/latest/requirements.html
|
||||
install_requires=['dnspython', 'publicsuffix', 'xmltodict', 'geoip2',
|
||||
'urllib3', 'requests', 'imapclient',
|
||||
'mail-parser==3.5.1', 'dateparser',
|
||||
'mail-parser', 'dateparser',
|
||||
'elasticsearch>=6.3.0,<7.0.0',
|
||||
'elasticsearch-dsl>=6.2.1,<7.0.0', 'kafka-python'
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user