pyyaml>=6.0
python-json-logger>=2.0.0
requests>=2.28.0
python-dotenv>=1.0.0

[all]
krl-core[dev,docs,redis,test]

[dev]
black>=23.0.0
flake8>=6.0.0
isort>=5.12.0
mypy>=1.0.0
pre-commit>=3.0.0
types-pyyaml
types-requests

[docs]
sphinx>=5.3.0
sphinx-rtd-theme>=1.2.0
sphinx-autodoc-typehints>=1.22.0
myst-parser>=1.0.0

[redis]
redis>=4.5.0

[test]
pytest>=7.2.0
pytest-cov>=4.0.0
pytest-xdist>=3.0.0
pytest-asyncio>=0.20.0
pytest-benchmark>=4.0.0
coverage[toml]>=7.0.0
