Skip to content

Commit 08257dd

Browse files
committed
Install hypercorn[h3,asyncio]
1 parent b537fd6 commit 08257dd

File tree

2 files changed

+28
-30
lines changed

2 files changed

+28
-30
lines changed

Pipfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,14 @@ PyJWT = "*"
1616
alembic = "*"
1717
itsdangerous = "*"
1818
flask-oidc = {ref = "refs/pull/144/head", git = "https://github.com/puiterwijk/flask-oidc.git"}
19-
hypercorn = {extras = ["asyncio"], version = "*"}
2019
quart = "*"
2120
quart-wtforms = "*"
2221
quart-flask-patch = "*"
2322
aioquic = "*"
2423
psycopg-pool = "*"
2524
psycopg = {extras = ["binary"], version = "*"}
2625
jsonpickle = "*"
26+
hypercorn = {extras = ["asyncio", "h3"], version = "*"}
2727

2828
[dev-packages]
2929
pytest-flask = "*"

Pipfile.lock

Lines changed: 27 additions & 29 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)