requirements-dev.txt 976 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  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. pytest>=7.2.1
  8. pytest-cov>=4.0.0
  9. pytest-django>=4.4.0
  10. pytest-fail-slow>=0.3.0
  11. pytest-rerunfailures>=11
  12. pytest-sentry>=0.1.11
  13. pytest-xdist>=3
  14. responses>=0.23.1
  15. selenium>=4.3.0
  16. sentry-cli>=2.16.0
  17. # pre-commit dependencies
  18. pre-commit>=3.3
  19. black>=22.10.0
  20. flake8>=6
  21. flake8-bugbear>=22.10
  22. pyupgrade>=3.2.3
  23. isort>=5.10.1
  24. # For tools/. To be moved into redistributable dev environments.
  25. # note: wheel is pulled in by pip-tools
  26. pip-tools>=6.7.0
  27. packaging>=21.3
  28. # for type checking
  29. django-stubs>=4.2.3
  30. djangorestframework-stubs
  31. lxml-stubs
  32. msgpack-types>=0.2.0
  33. mypy>=1.4.1
  34. types-beautifulsoup4
  35. types-cachetools
  36. types-croniter
  37. types-jsonschema
  38. types-oauthlib
  39. types-parsimonious
  40. types-pillow
  41. types-protobuf
  42. types-psycopg2
  43. types-python-dateutil
  44. types-pytz
  45. types-pyyaml
  46. types-redis
  47. types-requests
  48. types-setuptools
  49. types-simplejson>=3.17.7.2