5.0.2 - Revert to using publicsuffix instead of publicsuffix2

This commit is contained in:
Sean Whalen
2018-11-26 15:01:22 -05:00
parent 3d59be3ec3
commit f19ea5b950
5 changed files with 12 additions and 7 deletions
+2 -2
View File
@@ -14,7 +14,7 @@ from setuptools import setup
from codecs import open
from os import path
__version__ = "5.0.1"
__version__ = "5.0.2"
description = "A Python package and CLI for parsing aggregate and " \
"forensic DMARC reports"
@@ -92,7 +92,7 @@ setup(
# your project is installed. For an analysis of "install_requires" vs pip's
# requirements files see:
# https://packaging.python.org/en/latest/requirements.html
install_requires=['dnspython', 'expiringdict', 'publicsuffix2',
install_requires=['dnspython', 'expiringdict', 'publicsuffix',
'xmltodict', 'geoip2', 'urllib3<1.24,>=1.21.1',
'requests', 'imapclient', 'mail-parser', 'dateparser',
'elasticsearch==6.3.1',