diff options
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 = "*" |