requirements-dev.txt 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  1. --index-url https://pypi.devinfra.sentry.io/simple
  2. sentry-devenv>=1.2.3
  3. covdefaults>=2.3.0
  4. docker>=6
  5. time-machine>=2.13.0
  6. honcho>=1.1.0
  7. openapi-core>=0.18.2
  8. pytest>=8
  9. pytest-cov>=4.0.0
  10. pytest-django>=4.8.0
  11. pytest-fail-slow>=0.3.0
  12. pytest-rerunfailures>=11
  13. pytest-sentry>=0.1.11
  14. pytest-xdist>=3
  15. responses>=0.23.1
  16. selenium>=4.16.0
  17. sentry-cli>=2.16.0
  18. # pre-commit dependencies
  19. pre-commit>=3.3
  20. black>=22.10.0
  21. flake8>=7
  22. flake8-bugbear>=22.10
  23. flake8-logging>=1.5
  24. pyupgrade>=3.15
  25. isort>=5.10.1
  26. # For tools/. To be moved into redistributable dev environments.
  27. # note: wheel is pulled in by pip-tools
  28. pip-tools>=7.1.0
  29. packaging>=21.3
  30. # for type checking
  31. sentry-forked-django-stubs>=4.2.7.post3
  32. sentry-forked-djangorestframework-stubs>=3.14.5.post1
  33. lxml-stubs
  34. msgpack-types>=0.2.0
  35. mypy>=1.9
  36. types-beautifulsoup4
  37. types-cachetools
  38. types-croniter
  39. types-jsonschema
  40. types-oauthlib
  41. types-parsimonious
  42. types-pillow
  43. types-protobuf
  44. types-psutil
  45. types-psycopg2
  46. types-python-dateutil
  47. types-pytz
  48. types-pyyaml
  49. # make sure to match close-enough to redis==
  50. types-redis<4
  51. types-requests>=2.31.0.20231231
  52. types-setuptools>=68
  53. types-simplejson>=3.17.7.2