click>=8.0
rich>=13.0
textual>=0.50
psutil>=5.9.0
numpy>=1.24.0
pyyaml>=6.0.0

[server]
fastapi>=0.100.0
uvicorn>=0.20.0

[test]
pytest>=7.0.0
pytest-mock>=3.10.0
black>=23.0.0
flake8>=6.0.0
bandit>=1.7.0

[test:python_version < "3.10"]
httpx>=0.24.0

[test:python_version >= "3.10"]
httpx2>=2.0.0
