requirements-dev.txt 949 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. --index-url https://pypi.devinfra.sentry.io/simple
  2. docker>=3.7.0,<3.8.0
  3. freezegun>=1.1.0
  4. honcho>=1.1.0
  5. openapi-core>=0.14.2
  6. pytest>=7.2.1
  7. pytest-cov>=4.0.0
  8. pytest-django>=4.4.0
  9. pytest-fail-slow>=0.3.0
  10. pytest-rerunfailures>=11
  11. pytest-sentry>=0.1.11
  12. pytest-xdist>=3
  13. responses>=0.23.1
  14. sentry-cli>=2.16.0
  15. # pre-commit dependencies
  16. pre-commit>=2.18.1
  17. black>=22.10.0
  18. flake8>=6
  19. flake8-bugbear>=22.10
  20. pyupgrade>=3.2.3
  21. isort>=5.10.1
  22. # For tools/. To be moved into redistributable dev environments.
  23. # note: wheel is pulled in by pip-tools
  24. pip-tools>=6.7.0
  25. packaging>=21.3
  26. # for type checking
  27. django-stubs
  28. djangorestframework-stubs
  29. lxml-stubs
  30. msgpack-types>=0.2.0
  31. mypy>=1.3.0
  32. types-beautifulsoup4
  33. types-cachetools
  34. types-croniter
  35. types-freezegun
  36. types-jsonschema
  37. types-oauthlib
  38. types-parsimonious
  39. types-pillow
  40. types-protobuf
  41. types-psycopg2
  42. types-python-dateutil
  43. types-pytz
  44. types-pyyaml
  45. types-redis
  46. types-requests
  47. types-setuptools
  48. types-simplejson>=3.17.7.2