exclude newest websockets versions that kill sanic.
This commit is contained in:
parent
5108eb02ce
commit
10fd02804e
|
@ -18,3 +18,5 @@ psycopg~=3.1.8
|
||||||
shapely~=2.0.1
|
shapely~=2.0.1
|
||||||
pyproj~=3.4.1
|
pyproj~=3.4.1
|
||||||
aiohttp~=3.8.1
|
aiohttp~=3.8.1
|
||||||
|
# sanic requires websocets and chockes on >=10 in 2022.6.2
|
||||||
|
websockets<11
|
||||||
|
|
Loading…
Reference in a new issue