mirror of
https://github.com/GNS3/gns3-server
synced 2024-11-24 17:28:08 +00:00
Fix httpx-ws dependency on Python 3.7
This commit is contained in:
parent
44c066ac68
commit
2f3689588e
@ -4,4 +4,5 @@ pytest-timeout==2.1.0
|
||||
pytest-asyncio==0.21.1
|
||||
requests==2.31.0
|
||||
httpx==0.24.1
|
||||
httpx_ws==0.4.2
|
||||
httpx-ws==0.3.1; python_version <= '3.7'
|
||||
httpx_ws==0.4.2; python_version > '3.7'
|
||||
|
Loading…
Reference in New Issue
Block a user