exclude newest websockets versions that kill sanic.

This commit is contained in:
gluap 2023-04-10 12:01:41 +02:00
parent 5108eb02ce
commit 10fd02804e
No known key found for this signature in database

View file

@ -18,3 +18,5 @@ psycopg~=3.1.8
shapely~=2.0.1
pyproj~=3.4.1
aiohttp~=3.8.1
# sanic requires websocets and chockes on >=10 in 2022.6.2
websockets<11