This commit is contained in:
Sean Whalen
2019-07-30 11:41:42 -04:00
parent af9da9bc6b
commit 7f99759d30
4 changed files with 17 additions and 4 deletions
+2 -2
View File
@@ -14,7 +14,7 @@ from setuptools import setup
from codecs import open
from os import path
__version__ = "6.5.1"
__version__ = "6.5.2"
description = "A Python package and CLI for parsing aggregate and " \
"forensic DMARC reports"
@@ -97,7 +97,7 @@ setup(
'urllib3<1.25,>=1.21.1', 'requests>=2.2.16.0',
'imapclient>=2.1.0', 'mail-parser>=3.9.2',
'dateparser>=0.7.1',
'mailsuite>=1.0.0',
'mailsuite>=1.1.0',
'elasticsearch>=6.3.1,<7.0.0',
'elasticsearch-dsl>=6.3.1,<7.0.0',
'kafka-python>=1.4.4',