diff options
author | Bryan Newbold <bnewbold@robocracy.org> | 2021-02-26 20:11:24 -0800 |
---|---|---|
committer | Bryan Newbold <bnewbold@robocracy.org> | 2021-04-06 21:53:49 -0700 |
commit | 6c6a9915e5501663b6840b3e304388017d5ce6f9 (patch) | |
tree | db05365dbebb6b118ff9d68ade18b51735935053 /python/Pipfile | |
parent | 6c69e2a0f0af766b434b003f3e3ea8e6cff4e36e (diff) | |
download | fatcat-6c6a9915e5501663b6840b3e304388017d5ce6f9.tar.gz fatcat-6c6a9915e5501663b6840b3e304388017d5ce6f9.zip |
pipenv: switch to ES 7.x client libraries
Diffstat (limited to 'python/Pipfile')
-rw-r--r-- | python/Pipfile | 4 |
1 files changed, 2 insertions, 2 deletions
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 = "*" |