requirements-dev.txt 624 B

12345678910111213141516171819202122232425262728293031323334
  1. docker>=3.7.0,<3.8.0
  2. exam>=0.10.6
  3. freezegun>=1.1.0
  4. honcho>=1.0.0,<1.1.0
  5. openapi-core>=0.14.2
  6. pytest>=6.1.0
  7. pytest-cov>=3.0.0
  8. pytest-django>=4.4.0
  9. pytest-rerunfailures>=9.1.1
  10. pytest-sentry>=0.1.9
  11. pytest-xdist
  12. responses>=0.21.0
  13. # pre-commit dependencies
  14. pre-commit>=2.18.1
  15. black>=22.3.0
  16. flake8>=5.0.2
  17. flake8-bugbear>=22.7.1
  18. pyupgrade>=2.37.2
  19. isort>=5.10.1
  20. # For tools/. To be moved into redistributable dev environments.
  21. # note: wheel is pulled in by pip-tools
  22. pip-tools>=6.7.0
  23. packaging>=21.3
  24. # for type checking
  25. msgpack-types>=0.2.0
  26. mypy>=0.971
  27. types-freezegun
  28. types-python-dateutil
  29. types-pytz
  30. types-redis
  31. types-requests