[build] type = "python" [dependencies] build = [ "git", "python-setuptools", "python-wheel", ] runtime = ["python"] [package] description = "HTTP/2 framing layer for Python" homepage = "https://hyper.rtfd.org/" license = "MIT" name = "python-hyperframe" version = "6.1.0" [[source]] extract_dir = "$name-$version" url = "https://github.com/python-hyper/hyperframe.git#v$version"