mirror of
https://github.com/GNS3/gns3-server.git
synced 2026-08-27 12:30:13 +03:00
8 lines
212 B
Plaintext
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
|