6.1.4 - Actually package requirements

This commit is contained in:
Sean Whalen
2019-02-16 11:12:17 -05:00
parent ecdff4d339
commit 0e5247d79f
3 changed files with 8 additions and 3 deletions
+5
View File
@@ -1,3 +1,8 @@
6.1.4
-----
- Actually package requirements
6.1.3
-----
+1 -1
View File
@@ -38,7 +38,7 @@ from parsedmarc.utils import is_outlook_msg, convert_outlook_msg
from parsedmarc.utils import timestamp_to_human, human_timestamp_to_datetime
from parsedmarc.utils import parse_email
__version__ = "6.1.2"
__version__ = "6.1.4"
logging.basicConfig(
format='%(levelname)8s:%(filename)s:%(lineno)d:'
+2 -2
View File
@@ -14,7 +14,7 @@ from setuptools import setup
from codecs import open
from os import path
__version__ = "6.1.3"
__version__ = "6.1.4"
description = "A Python package and CLI for parsing aggregate and " \
"forensic DMARC reports"
@@ -93,7 +93,7 @@ setup(
# requirements files see:
# https://packaging.python.org/en/latest/requirements.html
install_requires=['dnspython>=1.16.0', 'expiringdict>=1.1.4',
'publicsuffix2', 'xmltodict>=0.12.0', 'geoip2>2.9.0',
'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',