[build] type = "python" [dependencies] build = [ "python-flit-core", "python-wheel", ] optional = ["python-dotenv"] runtime = [ "hypercorn", "python", "python-aiofiles", "python-blinker", "python-click", "python-importlib-metadata", "python-flask", "python-itsdangerous", "python-jinja", "python-markupsafe", "python-werkzeug", ] [package] description = "A Python ASGI web microframework with the same API as Flask" homepage = "https://github.com/pallets/quart" license = "MIT" name = "python-quart" version = "0.20.0" [[source]] extract_dir = "$name-$version" url = "https://github.com/pallets/quart.git#$version" post_extract = [ '''sed 's/name = "Quart"/name = "quart"/' -i pyproject.toml''' ]