[build] type = "python" [dependencies] build = [ "python-setuptools", "git", "python-wheel", ] runtime = [ "python-hpack", "python-hyperframe", ] [package] description = "HTTP/2 State-Machine based protocol implementation" homepage = "https://hyper.rtfd.org/" license = "MIT" name = "python-h2" version = "4.3.0" [[source]] extract_dir = "$name-$version" url = "https://github.com/python-hyper/h2.git#v$version"