1
0
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:
grossmj 2023-10-22 12:53:47 +10:00
parent 44c066ac68
commit 2f3689588e

View File

@ -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'