[build] type = "python" [dependencies] build = [ "git", "python-setuptools", "python-wheel", ] runtime = ["python-h11"] [package] description = "WebSockets state-machine based protocol implementation" homepage = "https://github.com/python-hyper/wsproto" license = "MIT" name = "python-wsproto" version = "1.3.1" [[source]] extract_dir = "$name-$version" url = "https://github.com/python-hyper/wsproto.git#$version"