aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorThomas Kriechbaumer <Kriechi@users.noreply.github.com>2019-01-31 22:08:02 +0100
committerGitHub <noreply@github.com>2019-01-31 22:08:02 +0100
commit70777a1b6ed64af9cafcdef223a8a260ecc96864 (patch)
treed4bdda6e6517f5df76806e7888c2f71f76eb49c2 /setup.py
parent67aa1b63f9c520814af75eb3151d3c50a4d17c1d (diff)
parent7fa209790e0df869d0d3c96ba75cb1a85943fc7c (diff)
downloadmitmproxy-70777a1b6ed64af9cafcdef223a8a260ecc96864.tar.gz
mitmproxy-70777a1b6ed64af9cafcdef223a8a260ecc96864.tar.bz2
mitmproxy-70777a1b6ed64af9cafcdef223a8a260ecc96864.zip
Merge pull request #3459 from RPigott/wsproto-update
Fix: update to wsproto 0.13 for real this time
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"': [