aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorrpigott <rpigott@berkeley.edu>2019-01-27 00:59:26 -0800
committerrpigott <rpigott@berkeley.edu>2019-01-29 12:09:05 -0800
commit106948d996d74bf5ff7e3511f35eefea0a90561f (patch)
tree5658d8d36a85222581ca9ecd1fa1406665afa4da /setup.py
parent67aa1b63f9c520814af75eb3151d3c50a4d17c1d (diff)
downloadmitmproxy-106948d996d74bf5ff7e3511f35eefea0a90561f.tar.gz
mitmproxy-106948d996d74bf5ff7e3511f35eefea0a90561f.tar.bz2
mitmproxy-106948d996d74bf5ff7e3511f35eefea0a90561f.zip
update to wsproto 0.13
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 5833ce38..4c17bdc6 100644
--- a/setup.py
+++ b/setup.py
@@ -80,7 +80,7 @@ setup(
"sortedcontainers>=1.5.4,<2.1",
"tornado>=4.3,<5.2",
"urwid>=2.0.1,<2.1",
- "wsproto>=0.12.0,<0.13.0",
+ "wsproto>=0.13.0,<0.14.0",
],
extras_require={
':sys_platform == "win32"': [