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

9 lines
316 B
Plaintext
Raw Normal View History

-rrequirements.txt
2022-11-07 13:48:45 +00:00
pytest==7.2.0; python_version >= '3.7'
2022-10-11 15:23:15 +00:00
pytest==7.0.1; python_version < '3.7' # v7.0.1 is the last version to support Python 3.6
flake8==5.0.4
pytest-timeout==2.1.0
pytest-aiohttp==1.0.4; python_version >= '3.7'
2022-10-11 15:23:15 +00:00
pytest-aiohttp==0.3.0; python_version < '3.7' # last version to support Python 3.6