requirements-dev.txt 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. --index-url https://pypi.devinfra.sentry.io/simple
  2. covdefaults>=2.3.0
  3. docker>=3.7.0,<3.8.0
  4. time-machine>=2.13.0
  5. honcho>=1.1.0
  6. openapi-core>=0.14.2
  7. psutil
  8. pytest>=7.2.1
  9. pytest-cov>=4.0.0
  10. pytest-django>=4.4.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.3.0
  17. sentry-cli>=2.16.0
  18. # pre-commit dependencies
  19. pre-commit>=3.3
  20. black>=22.10.0
  21. flake8>=6.1
  22. flake8-bugbear>=22.10
  23. pyupgrade>=3.2.3
  24. isort>=5.10.1
  25. # For tools/. To be moved into redistributable dev environments.
  26. # note: wheel is pulled in by pip-tools
  27. pip-tools>=6.7.0
  28. packaging>=21.3
  29. # for type checking
  30. sentry-forked-django-stubs>=4.2.6.post3
  31. sentry-forked-djangorestframework-stubs>=3.14.4.post2
  32. lxml-stubs
  33. msgpack-types>=0.2.0
  34. mypy>=1.6.1
  35. types-beautifulsoup4
  36. types-cachetools
  37. types-croniter
  38. types-jsonschema
  39. types-oauthlib
  40. types-parsimonious
  41. types-pillow
  42. types-protobuf
  43. types-psutil
  44. types-psycopg2
  45. types-python-dateutil
  46. types-pytz
  47. types-pyyaml
  48. # make sure to match close-enough to redis==
  49. types-redis<4
  50. types-requests
  51. types-setuptools
  52. types-simplejson>=3.17.7.2