Files
mcp-proxmox/requirements-dev.in

15 lines
229 B
Plaintext
Raw Permalink Normal View History

2025-02-18 20:32:52 -07:00
# Development dependencies
-r requirements.in
# Testing
pytest>=7.0.0,<8.0.0
pytest-asyncio>=0.21.0,<0.22.0
# Code quality
black>=23.0.0,<24.0.0
mypy>=1.0.0,<2.0.0
ruff>=0.1.0,<0.2.0
# Type stubs
types-requests>=2.31.0,<3.0.0