aboutsummaryrefslogtreecommitdiffstats
path: root/python/Pipfile
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@robocracy.org>2019-12-10 08:50:09 -0800
committerBryan Newbold <bnewbold@robocracy.org>2019-12-10 08:50:22 -0800
commit9fd2afc91d43ff4f0d81d66f19ea4351c2168411 (patch)
tree9d36a3ad00520654bbdb3c9b7101c3ffacf6039d /python/Pipfile
parent059af3e2a28c543287e4389f2813ca0899b65b76 (diff)
downloadfatcat-9fd2afc91d43ff4f0d81d66f19ea4351c2168411.tar.gz
fatcat-9fd2afc91d43ff4f0d81d66f19ea4351c2168411.zip
pipenv: add elasticsearch and elasticsearch-dsl libraries
These are low-level and high-level (respectively) client wrappers for elasticsearch
Diffstat (limited to 'python/Pipfile')
-rw-r--r--python/Pipfile2
1 files changed, 2 insertions, 0 deletions
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