gns3-server/dev-requirements.txt
2022-10-18 21:14:53 +08:00

9 lines
301 B
Plaintext

-rrequirements.txt
pytest==7.0.1; python_version < '3.7' # last version to support Python 3.6
pytest==7.1.3; python_version >= '3.7'
flake8==5.0.4
pytest-timeout==2.1.0
pytest-aiohttp==0.3.0; python_version < '3.7' # last version to support Python 3.6
pytest-aiohttp==1.0.4; python_version >= '3.7'