From 9fd2afc91d43ff4f0d81d66f19ea4351c2168411 Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Tue, 10 Dec 2019 08:50:09 -0800 Subject: pipenv: add elasticsearch and elasticsearch-dsl libraries These are low-level and high-level (respectively) client wrappers for elasticsearch --- python/Pipfile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'python/Pipfile') diff --git a/python/Pipfile b/python/Pipfile index 1c15cab2..ae261053 100644 --- a/python/Pipfile +++ b/python/Pipfile @@ -45,6 +45,8 @@ bs4 = "*" python-magic = "*" pylatexenc = "*" pygal = "*" +elasticsearch-dsl = ">=6.0.0,<7.0.0" +elasticsearch = ">=6.0.0,<7.0.0" [requires] # Python 3.5 is the bundled (system) version of python for Ubuntu 16.04 -- cgit v1.2.3