From f7f468604a5d0526e3331d88bb67d38be66912a5 Mon Sep 17 00:00:00 2001 From: Ki Ageng Satria Pamungkas Date: Fri, 31 Mar 2017 14:50:29 +0700 Subject: [PATCH] Fix autobahn minimum required version from 0.12 to 0.18 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index f2b4095..03239a2 100755 --- a/setup.py +++ b/setup.py @@ -25,7 +25,7 @@ setup( install_requires=[ 'asgiref>=1.0.0', 'twisted>=17.1', - 'autobahn>=0.12', + 'autobahn>=0.18', ], extras_require={ 'tests': ['hypothesis', 'tox']