diff options
author | Bryan Newbold <bnewbold@robocracy.org> | 2019-12-10 08:50:09 -0800 |
---|---|---|
committer | Bryan Newbold <bnewbold@robocracy.org> | 2019-12-10 08:50:22 -0800 |
commit | 9fd2afc91d43ff4f0d81d66f19ea4351c2168411 (patch) | |
tree | 9d36a3ad00520654bbdb3c9b7101c3ffacf6039d /python/Pipfile | |
parent | 059af3e2a28c543287e4389f2813ca0899b65b76 (diff) | |
download | fatcat-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/Pipfile | 2 |
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 |