requirements-dev.txt 1.2 KB

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