12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152 |
- --index-url https://pypi.devinfra.sentry.io/simple
- covdefaults>=2.3.0
- docker>=3.7.0,<3.8.0
- freezegun>=1.2.2
- honcho>=1.1.0
- openapi-core>=0.14.2
- pytest>=7.2.1
- pytest-cov>=4.0.0
- pytest-django>=4.4.0
- pytest-fail-slow>=0.3.0
- pytest-rerunfailures>=11
- pytest-sentry>=0.1.11
- pytest-xdist>=3
- responses>=0.23.1
- sentry-cli>=2.16.0
- # pre-commit dependencies
- pre-commit>=3.3
- black>=22.10.0
- flake8>=6
- flake8-bugbear>=22.10
- pyupgrade>=3.2.3
- isort>=5.10.1
- # For tools/. To be moved into redistributable dev environments.
- # note: wheel is pulled in by pip-tools
- pip-tools>=6.7.0
- packaging>=21.3
- # for type checking
- django-stubs>=4.2.3
- djangorestframework-stubs
- lxml-stubs
- msgpack-types>=0.2.0
- mypy>=1.4.1
- types-beautifulsoup4
- types-cachetools
- types-croniter
- types-jsonschema
- types-oauthlib
- types-parsimonious
- types-pillow
- types-protobuf
- types-psycopg2
- types-python-dateutil
- types-pytz
- types-pyyaml
- types-redis
- types-requests
- types-setuptools
- types-simplejson>=3.17.7.2
|