mirror of
https://github.com/domainaware/parsedmarc.git
synced 2026-02-17 07:03:58 +00:00
Add missing dependency mail-parser
This commit is contained in:
@@ -5,6 +5,7 @@ xmltodict
|
||||
geoip2
|
||||
dnspython
|
||||
imapclient
|
||||
mail-parser
|
||||
dateparser
|
||||
flake8
|
||||
sphinx
|
||||
|
||||
2
setup.py
2
setup.py
@@ -93,7 +93,7 @@ setup(
|
||||
# requirements files see:
|
||||
# https://packaging.python.org/en/latest/requirements.html
|
||||
install_requires=['dnspython', 'publicsuffix', 'xmltodict', 'geoip2',
|
||||
'dnspython', 'imapclient', 'dateparser'],
|
||||
'dnspython', 'imapclient', 'mail-parser', 'dateparser'],
|
||||
|
||||
entry_points={
|
||||
'console_scripts': ['parsedmarc=parsedmarc:_main'],
|
||||
|
||||
Reference in New Issue
Block a user