diff options
Diffstat (limited to 'Pipfile')
-rw-r--r-- | Pipfile | 8 |
1 files changed, 5 insertions, 3 deletions
@@ -7,12 +7,15 @@ verify_ssl = true aiofiles = "*" babel = "*" bs4 = "*" +confluent-kafka = "*" +dynaconf = ">=3" elasticsearch = ">=7.0.0,<8.0.0" elasticsearch-dsl = ">=7.0.0,<8.0.0" fastapi = "*" fatcat-openapi-client = ">=0.3.2" ftfy = "*" gunicorn = "*" +httptools = "*" internetarchive = "*" jinja2 = "*" lxml = "*" @@ -23,11 +26,10 @@ pylatexenc = "*" python-stdnum = "*" requests = ">=2" sentry-sdk = { version = ">=0.14.0", extras = [] } +starlette-prometheus = "*" toml = "*" uvicorn = "*" -dynaconf = ">=3" -confluent-kafka = "*" -starlette-prometheus = "*" +uvloop = "*" [dev-packages] ipython = "*" |