123456789101112131415161718192021222324252627 |
- docker>=3.7.0,<3.8.0
- exam>=0.10.6
- freezegun>=1.1.0
- honcho>=1.0.0,<1.1.0
- mypy>=0.800,<0.900
- openapi-core>=0.14.2
- pytest>=6.1.0
- pytest-cov>=3.0.0
- pytest-django>=4.4.0
- pytest-rerunfailures>=9.1.1
- pytest-sentry>=0.1.9
- pytest-xdist
- responses>=0.21.0
- msgpack-types>=0.2.0
- # pre-commit dependencies
- pre-commit>=2.18.1
- black>=22.3.0
- flake8>=4.0.1
- flake8-bugbear>=22.4.25
- pyupgrade>=2.32.0
- 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
|