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