mirror of
https://github.com/GNS3/gns3-server.git
synced 2026-08-27 12:30:13 +03:00
7 lines
312 B
Plaintext
7 lines
312 B
Plaintext
pytest==8.4.2 # version 8.4.2 is the last one supporting Python 3.9
|
|
flake8==7.3.0
|
|
pytest-timeout==2.4.0
|
|
pytest-asyncio==0.26.0 # upgrading leads to stuck / failed tests with Python 3.14, version not compatible with pytest 9
|
|
requests==2.32.5
|
|
httpx==0.28.1
|
|
httpx_ws==0.7.1 # upgrading leads to failures in tests |