mirror of
https://github.com/domainaware/parsedmarc.git
synced 2026-09-15 02:17:58 +00:00
6.3.3 - Fix dependency conflict
This commit is contained in:
+1
-1
@@ -2,7 +2,7 @@
|
|||||||
-----
|
-----
|
||||||
|
|
||||||
- Set `number_of_shards` and `number_of_replicas` to `1` when creating indexes
|
- Set `number_of_shards` and `number_of_replicas` to `1` when creating indexes
|
||||||
- Fix dependency order
|
- Fix dependency conflict
|
||||||
|
|
||||||
6.3.2
|
6.3.2
|
||||||
-----
|
-----
|
||||||
|
|||||||
+1
-1
@@ -9,8 +9,8 @@ rstcheck>=3.3.1
|
|||||||
pygments
|
pygments
|
||||||
dnspython>=1.16.0
|
dnspython>=1.16.0
|
||||||
expiringdict>=1.1.4
|
expiringdict>=1.1.4
|
||||||
|
urllib3<1.25,>=1.21.1
|
||||||
requests>=2.2.16.0
|
requests>=2.2.16.0
|
||||||
urllib3>=1.21.1
|
|
||||||
publicsuffix2
|
publicsuffix2
|
||||||
xmltodict>=0.12.0
|
xmltodict>=0.12.0
|
||||||
geoip2>=2.9.0
|
geoip2>=2.9.0
|
||||||
|
|||||||
@@ -94,7 +94,7 @@ setup(
|
|||||||
# https://packaging.python.org/en/latest/requirements.html
|
# https://packaging.python.org/en/latest/requirements.html
|
||||||
install_requires=['dnspython>=1.16.0', 'expiringdict>=1.1.4',
|
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',
|
||||||
'requests>=2.2.16.0', 'urllib3>=1.21.1',
|
'urllib3<1.25,>=1.21.1', 'requests>=2.2.16.0',
|
||||||
'imapclient>=2.1.0', 'mail-parser>=3.9.2',
|
'imapclient>=2.1.0', 'mail-parser>=3.9.2',
|
||||||
'dateparser>=0.7.1',
|
'dateparser>=0.7.1',
|
||||||
'elasticsearch>=6.3.1,<7.0.0',
|
'elasticsearch>=6.3.1,<7.0.0',
|
||||||
|
|||||||
Reference in New Issue
Block a user