requests>=2.25.0
pydantic>=1.9.0
PyYAML>=6.0
redis>=4.3.4
ujson>=5.4.0
httpx>=0.23.0
marshmallow>=3.17.0
openapi-spec-validator>=0.4.0

[auth]
pyjwt>=2.4.0
cryptography>=37.0.4

[cache]
cachetools>=5.2.0

[dev]
pytest>=7.0.0
pytest-cov>=3.0.0
black>=22.6.0
isort>=5.10.1
mypy>=0.971
flake8>=5.0.4

[docs]
mkdocs>=1.4.0
mkdocs-material>=8.5.0
mkdocstrings>=0.19.0

[server]
flask>=2.2.0
fastapi>=0.85.0
uvicorn>=0.18.3
