dev.txt 224 B

1234567891011121314151617
  1. -r base.txt
  2. # Testing
  3. pytest==8.4.1
  4. pytest-asyncio==1.0.0
  5. pytest-cov>=6.0
  6. pytest-xdist>=3.0
  7. # Lint & Type Check
  8. ruff>=0.8.0
  9. mypy>=1.0
  10. # Development
  11. ipython==8.12.3
  12. pipreqs==0.5.0
  13. build==1.2.2.post1
  14. pyproject-hooks==1.2.0