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']