From 6c6a9915e5501663b6840b3e304388017d5ce6f9 Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Fri, 26 Feb 2021 20:11:24 -0800 Subject: pipenv: switch to ES 7.x client libraries --- python/Pipfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'python/Pipfile') diff --git a/python/Pipfile b/python/Pipfile index fd9e9b6f..341214b0 100644 --- a/python/Pipfile +++ b/python/Pipfile @@ -48,8 +48,8 @@ bs4 = "*" python-magic = "*" pylatexenc = "*" pygal = "*" -elasticsearch-dsl = ">=6.0.0,<7.0.0" -elasticsearch = ">=6.0.0,<7.0.0" +elasticsearch-dsl = ">=7.0.0,<8.0.0" +elasticsearch = ">=7.0.0,<8.0.0" dateparser = ">=0.7" langdetect = "*" pathlib2 = "*" -- cgit v1.2.3