Fix autobahn minimum required version from 0.12 to 0.18

This commit is contained in:
Ki Ageng Satria Pamungkas 2017-03-31 14:50:29 +07:00
parent cddb0aa89e
commit f7f468604a

View File

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