From f5fafbfcb56bbc3fb7cca7ed32dd7b3b41c39e83 Mon Sep 17 00:00:00 2001 From: Thomas Kriechbaumer Date: Tue, 12 Dec 2017 21:47:24 +0100 Subject: vendoring of wsproto https://github.com/python-hyper/wsproto.git commit 5ea2da61266796666f5de6461aaae22e6b00deba --- setup.py | 1 + 1 file changed, 1 insertion(+) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 54c2811d..ad792881 100644 --- a/setup.py +++ b/setup.py @@ -65,6 +65,7 @@ setup( "certifi>=2015.11.20.1", # no semver here - this should always be on the last release! "click>=6.2, <7", "cryptography>=2.0,<2.2", + 'h11>=0.7.0,<0.8', "h2>=3.0, <4", "hyperframe>=5.0, <6", "kaitaistruct>=0.7, <0.8", -- cgit v1.2.3