aiosqlite>=0.19.0
sqlalchemy>=2.0.0

[all]
GuardianLayer[postgres]
GuardianLayer[redis]

[dev]
pytest>=7.0.0
pytest-asyncio>=0.21.0
pytest-cov>=4.0.0
ruff>=0.1.0
mypy>=1.0.0
black>=23.0.0
pre-commit>=2.20.0

[docs]
sphinx>=5.0.0
sphinx-rtd-theme>=1.2.0
sphinx-autodoc-typehints>=1.23.0
myst-parser>=1.0.0

[postgres]
asyncpg>=0.28.0

[redis]
redis>=4.5.0
