chore(backend): add aiosqlite dep

This commit is contained in:
2025-04-28 20:54:39 +01:00
parent d15dafe7ba
commit 88121dfdeb

View File

@@ -22,6 +22,7 @@ dev = [
"pytest-asyncio>=0.24.0", "pytest-asyncio>=0.24.0",
"pytest-cov>=6.0.0", "pytest-cov>=6.0.0",
"httpx>=0.28.0", "httpx>=0.28.0",
"aiosqlite>=0.20.0",
"ruff>=0.8.0", "ruff>=0.8.0",
"mypy>=1.13.0", "mypy>=1.13.0",
"types-pyyaml>=6.0.0", "types-pyyaml>=6.0.0",