mirror of
https://github.com/GNS3/gns3-server.git
synced 2026-09-09 03:25:20 +03:00
# Conflicts: # CHANGELOG # dev-requirements.txt # gns3server/crash_report.py # gns3server/version.py # requirements.txt
8 lines
322 B
Plaintext
8 lines
322 B
Plaintext
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-asyncio==0.26.0 # upgrading leads to stuck / failed tests
|
|
requests==2.32.5
|
|
httpx==0.28.1
|
|
httpx_ws==0.7.1 # upgrading leads to failures in tests |