aboutsummaryrefslogtreecommitdiffstats
path: root/Pipfile
diff options
context:
space:
mode:
Diffstat (limited to 'Pipfile')
-rw-r--r--Pipfile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Pipfile b/Pipfile
index c86c579..af103b4 100644
--- a/Pipfile
+++ b/Pipfile
@@ -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 = "*"