diff options
author | Bryan Newbold <bnewbold@archive.org> | 2021-01-14 15:23:22 -0800 |
---|---|---|
committer | Bryan Newbold <bnewbold@archive.org> | 2021-01-14 15:27:50 -0800 |
commit | fe8b62537ed5c17849a27359c67eba09ee125d78 (patch) | |
tree | 9e82d0c5ef329b8941471192107807ee292e8e8a /Pipfile | |
parent | 48e8c61a89781df02727dbd843d7792af6e6c0de (diff) | |
download | fatcat-scholar-fe8b62537ed5c17849a27359c67eba09ee125d78.tar.gz fatcat-scholar-fe8b62537ed5c17849a27359c67eba09ee125d78.zip |
pipenv: bump elasticsearch to 7.8+ (for async) and fatcat client to 0.3.3+
Diffstat (limited to 'Pipfile')
-rw-r--r-- | Pipfile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -9,10 +9,10 @@ babel = "*" bs4 = "*" confluent-kafka = "*" dynaconf = ">=3" -elasticsearch = ">=7.0.0,<8.0.0" +elasticsearch = { version = ">=7.8.0,<8.0.0", extras = ["async"] } elasticsearch-dsl = ">=7.0.0,<8.0.0" fastapi = "*" -fatcat-openapi-client = ">=0.3.2" +fatcat-openapi-client = ">=0.3.3" ftfy = "*" gunicorn = "*" httptools = "*" |