rich>=13.0.0
colorama>=0.4.6
typing-extensions>=4.0.0

[all]
storm-logger[cloud,django,enhanced,fastapi,flask,performance,security]

[cloud]
boto3>=1.26.0
azure-monitor-opentelemetry>=1.0.0
google-cloud-logging>=3.0.0

[dev]
pytest>=7.0.0
pytest-cov>=4.0.0
pytest-asyncio>=0.21.0
pytest-mock>=3.10.0
black>=23.0.0
ruff>=0.1.0
mypy>=1.5.0
isort>=5.12.0
pre-commit>=3.0.0

[django]
django>=4.0

[docs]
sphinx>=5.0.0
sphinx-rtd-theme>=1.2.0
myst-parser>=0.18.0
sphinx-autodoc-typehints>=1.19.0

[enhanced]
colorlog>=6.7.0
python-json-logger>=2.0.7

[fastapi]
fastapi>=0.68.0

[flask]
flask>=2.0

[performance]
orjson>=3.8.0

[performance:sys_platform != "win32"]
uvloop>=0.17.0

[security]
cryptography>=3.4.8
