Fix websockets 4.0 support
This commit is contained in:
@ -1,2 +1,2 @@
|
||||
aiohttp>=2.0.0,<2.3.0
|
||||
websockets>=3.1,<4.0
|
||||
websockets>=4.0,<5.0
|
||||
|
Reference in New Issue
Block a user
@ -1,2 +1,2 @@
|
||||
aiohttp>=2.0.0,<2.3.0
|
||||
websockets>=3.1,<4.0
|
||||
websockets>=4.0,<5.0
|
||||
|