From a9c43e510543d1da87642724c5d954fec7fac018 Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Tue, 5 Jan 2021 15:22:09 -0800 Subject: pipenv: add uvloop and httptools explicitly These are not dependend on directly by uvicorn, so we need to add them as dependencies. Don't want to include all of 'standard' features of uvicorn because it includes a bunch of stuff we don't use. Also, re-sorted pipenv. --- Pipfile | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'Pipfile') diff --git a/Pipfile b/Pipfile index 9cfd644..c86c579 100644 --- a/Pipfile +++ b/Pipfile @@ -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 = "*" -- cgit v1.2.3