diff options
author | bnewbold <bnewbold@archive.org> | 2021-04-07 05:47:06 +0000 |
---|---|---|
committer | bnewbold <bnewbold@archive.org> | 2021-04-07 05:47:06 +0000 |
commit | 0b9fc884dad8e3147d10c273725157ba60f48069 (patch) | |
tree | 8090fcf43dfef8b2f46fc6a2161c46257e22ff2b /python/Pipfile | |
parent | c0b145978280d53207aa714aab67cb582d9399ad (diff) | |
parent | c23f050426c1422e84019fe60d4d67865b962f31 (diff) | |
download | fatcat-0b9fc884dad8e3147d10c273725157ba60f48069.tar.gz fatcat-0b9fc884dad8e3147d10c273725157ba60f48069.zip |
Merge branch 'bnewbold-es7' into 'master'
elasticsearch 7.x support
See merge request webgroup/fatcat!100
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 = "*" |