4.2.1 - Bug fixes and Kafka support

This commit is contained in:
Sean Whalen
2018-10-10 20:33:17 -04:00
parent 524f9c0327
commit cff1cede46
6 changed files with 58 additions and 34 deletions
+2 -2
View File
@@ -14,7 +14,7 @@ from setuptools import setup
from codecs import open
from os import path
__version__ = "4.2.0k"
__version__ = "4.2.1"
description = "A Python package and CLI for parsing aggregate and " \
"forensic DMARC reports"
@@ -94,7 +94,7 @@ setup(
install_requires=['dnspython', 'publicsuffix', 'xmltodict', 'geoip2',
'urllib3', 'requests', 'imapclient', 'mail-parser',
'dateparser', 'elasticsearch>=6.3.0,<7.0.0',
'elasticsearch-dsl>=6.2.1,<7.0.0'
'elasticsearch-dsl>=6.2.1,<7.0.0', 'kafka-python'
],
entry_points={