There are new autobahn releases; remove the upper bound.

This commit is contained in:
Jean-Paul Calderone 2023-03-13 15:19:07 -04:00
parent 36cd697253
commit 2bb96d8452

View File

@ -118,7 +118,7 @@ install_requires = [
"attrs >= 18.2.0",
# WebSocket library for twisted and asyncio
"autobahn < 22.4.1", # remove this when 22.4.3 is released
"autobahn",
# Support for Python 3 transition
"future >= 0.18.2",