requirements-dev.txt 816 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  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.1
  7. pytest-cov>=4.0.0
  8. pytest-django>=4.4.0
  9. pytest-fail-slow>=0.3.0
  10. pytest-rerunfailures>=11
  11. pytest-sentry>=0.1.11
  12. pytest-xdist>=3
  13. responses>=0.23.1
  14. sentry-cli>=2.16.0
  15. # pre-commit dependencies
  16. pre-commit>=2.18.1
  17. black>=22.10.0
  18. flake8>=6
  19. flake8-bugbear>=22.10
  20. pyupgrade>=3.2.3
  21. isort>=5.10.1
  22. # For tools/. To be moved into redistributable dev environments.
  23. # note: wheel is pulled in by pip-tools
  24. pip-tools>=6.7.0
  25. packaging>=21.3
  26. # for type checking
  27. lxml-stubs
  28. msgpack-types>=0.2.0
  29. mypy>=0.982
  30. types-beautifulsoup4
  31. types-cachetools
  32. types-freezegun
  33. types-jsonschema
  34. types-psycopg2
  35. types-python-dateutil
  36. types-pytz
  37. types-pyyaml
  38. types-redis
  39. types-requests
  40. types-simplejson>=3.17.7.2