requirements-dev.txt 199 B

1234567891011
  1. # Development and testing dependencies
  2. pytest>=8.0.0
  3. pytest-asyncio>=0.23.0
  4. pytest-cov>=4.1.0
  5. pytest-xdist>=3.5.0
  6. httpx>=0.27.0
  7. ruff>=0.8.0
  8. # Security scanning
  9. bandit[sarif]>=1.7.0
  10. pip-audit>=2.7.0