requirements-dev.txt 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. --index-url https://pypi.devinfra.sentry.io/simple
  2. covdefaults>=2.3.0
  3. docker>=6
  4. time-machine>=2.13.0
  5. honcho>=1.1.0
  6. openapi-core>=0.18.2
  7. psutil
  8. pytest>=7.2.1
  9. pytest-cov>=4.0.0
  10. pytest-django>=4.7.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>=6.1
  22. flake8-bugbear>=22.10
  23. flake8-logging>=1.4
  24. pyupgrade>=3.2.3
  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.post1
  32. sentry-forked-djangorestframework-stubs>=3.14.5.post1
  33. lxml-stubs
  34. msgpack-types>=0.2.0
  35. mypy>=1.8
  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
  53. types-simplejson>=3.17.7.2