mirror of
https://github.com/domainaware/parsedmarc.git
synced 2026-08-20 22:23:17 +00:00
Update requirements.txt
Changed Elasticsearch Python to support Elasticsearch >= 7 For Elasticsearch 7.0 and later, use the major version 7 (7.x.y) of the library.
This commit is contained in:
+2
-2
@@ -10,8 +10,8 @@ xmltodict>=0.12.0
|
||||
geoip2>=3.0.0
|
||||
imapclient>=2.1.0
|
||||
dateparser>=0.7.2
|
||||
elasticsearch>=6.3.1,<7.0.0
|
||||
elasticsearch-dsl>=6.3.1,<7.0.0
|
||||
elasticsearch>=7.6.0,<8.0.0
|
||||
elasticsearch-dsl>=7.2.0,<8.0.0
|
||||
kafka-python>=1.4.4
|
||||
six==1.13.0
|
||||
mailsuite>=1.5.4
|
||||
|
||||
Reference in New Issue
Block a user