[build] type = "python" [dependencies] build = [ "git", "python-setuptools", "python-wheel", ] runtime = ["python"] [package] description = "Pure-Python HPACK header compression" homepage = "https://hyper.rtfd.org/" license = "MIT" name = "python-hpack" version = "4.1.0" [[source]] extract_dir = "$name-$version" url = "https://github.com/python-hyper/hpack.git#v$version"