requirements-dev.txt 690 B

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