[build] type = "python" [dependencies] build = [ "git", "python-pdm-backend", ] optional = ["python-trio"] runtime = [ "python", "python-h11", "python-h2", "python-priority", "python-wsproto", ] [package] description = "An ASGI Server based on Hyper libraries and inspired by Gunicorn" homepage = "https://github.com/pgjones/hypercorn" license = "MIT" name = "hypercorn" version = "0.18.0" [[source]] extract_dir = "$name-$version" url = "https://github.com/pgjones/hypercorn.git#$version"