mirror of
https://github.com/GNS3/gns3-server
synced 2024-11-28 11:18:11 +00:00
Package websockets 10.0 requires Python >= 3.7
This commit is contained in:
parent
0b4dbf27e0
commit
898af32cd1
@ -1,6 +1,7 @@
|
|||||||
uvicorn==0.15.0
|
uvicorn==0.15.0
|
||||||
fastapi==0.68.1
|
fastapi==0.68.1
|
||||||
websockets==10.0
|
websockets==10.0 ; python_version >= "3.7"
|
||||||
|
websockets==9.1 ; python_version < "3.7"
|
||||||
python-multipart==0.0.5
|
python-multipart==0.0.5
|
||||||
aiohttp==3.7.4.post0
|
aiohttp==3.7.4.post0
|
||||||
aiofiles==0.7.0
|
aiofiles==0.7.0
|
||||||
|
Loading…
Reference in New Issue
Block a user