requirements-dev.txt 754 B

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. --index-url https://pypi.devinfra.sentry.io/simple
  2. docker>=3.7.0,<3.8.0
  3. freezegun>=1.1.0
  4. honcho>=1.1.0
  5. openapi-core>=0.14.2
  6. pytest>=7.2
  7. pytest-cov>=4.0.0
  8. pytest-django>=4.4.0
  9. pytest-rerunfailures>=10
  10. pytest-sentry>=0.1.11
  11. pytest-xdist>=3
  12. responses>=0.21.0
  13. # pre-commit dependencies
  14. pre-commit>=2.18.1
  15. black>=22.10.0
  16. flake8>=6
  17. flake8-bugbear>=22.10
  18. pyupgrade>=3.2.3
  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. lxml-stubs
  26. msgpack-types>=0.2.0
  27. mypy>=0.982
  28. types-beautifulsoup4
  29. types-freezegun
  30. types-jsonschema
  31. types-psycopg2
  32. types-python-dateutil
  33. types-pytz
  34. types-pyyaml
  35. types-redis
  36. types-requests
  37. types-simplejson>=3.17.7.2