[build] type = "python" [dependencies] build = [ "git", "python-setuptools", "python-wheel", ] runtime = ["python"] [package] description = "pure-Python, bring-your-own-I/O implementation of HTTP/1.1" homepage = "https://github.com/python-hyper/h11" license = "MIT" name = "python-h11" version = "0.16.0" [[source]] extract_dir = "$name-$version" url = "https://github.com/python-hyper/h11.git#v$version"