requirements-dev.txt 1.1 KB

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