1
0
mirror of https://github.com/GNS3/gns3-server synced 2024-11-18 06:18:08 +00:00
gns3-server/dev-requirements.txt

9 lines
229 B
Plaintext
Raw Normal View History

2023-06-30 07:47:55 +00:00
pytest==7.4.0
2022-12-22 01:46:11 +00:00
flake8==5.0.4 # v5.0.4 is the last to support Python 3.7
pytest-timeout==2.1.0
2023-07-23 02:47:34 +00:00
pytest-asyncio==0.21.1
2023-06-20 06:47:13 +00:00
requests==2.31.0
httpx==0.24.1
2023-10-22 02:53:47 +00:00
httpx-ws==0.3.1; python_version <= '3.7'
httpx_ws==0.4.2; python_version > '3.7'