[build] type = "python" [dependencies] build = [ "python-flit-core", "python-wheel", ] optional = [ "python-asgiref", "python-cryptography", "python-dotenv", ] runtime = [ "python", "python-blinker", "python-click", "python-itsdangerous", "python-jinja", "python-markupsafe", "python-werkzeug", ] [package] description = "Micro webdevelopment framework for Python" homepage = "https://flask.palletsprojects.com/" license = "BSD-3-Clause" name = "python-flask" version = "3.1.3" [[source]] extract_dir = "$name-$version" url = "https://github.com/pallets/flask.git#$version"