dev.in 316 B

1234567891011121314
  1. pre-commit
  2. # we're pinning the following two to what .pre-commit-config.yaml says
  3. black==24.8.0
  4. flake8==7.1.1
  5. flake8-blind-except
  6. mypy
  7. pytest-runner
  8. # https://github.com/pypa/setuptools-scm/issues/1111 broke builds on 3.8 and 3.9
  9. setuptools_scm<8.1
  10. watchdog
  11. pyinstrument
  12. # below: for releasing
  13. build
  14. packaging>=24.2