gns3-server/dev-requirements.txt
2026-02-11 17:38:49 +08:00

8 lines
212 B
Plaintext

-rrequirements.txt
pytest==8.4.2; python_version == '3.9' # version 8.4.2 is the last one supporting Python 3.9
pytest==9.0.2; python_version >= '3.10'
flake8==7.3.0
pytest-timeout==2.4.0
pytest-aiohttp==1.1.0