Note version with fix.

This commit is contained in:
Itamar Turner-Trauring 2022-05-16 11:19:46 -04:00
parent 7d450cf654
commit da4deab167

View File

@ -114,7 +114,7 @@ install_requires = [
"attrs >= 18.2.0",
# WebSocket library for twisted and asyncio
"autobahn < 22.4.1", # remove this when https://github.com/crossbario/autobahn-python/issues/1566 is fixed
"autobahn < 22.4.1", # remove this when 22.4.3 is released
# Support for Python 3 transition
"future >= 0.18.2",