feat(FN-049): complete Step 1 — create CI workflow and add pytest-asyncio dependency

Fusion-Task-Id: FN-049
Fusion-Task-Lineage: c0c0a1bd-b925-4d84-b529-c9f9d6dde07a
This commit is contained in:
Fusion
2026-05-14 07:01:46 +02:00
parent 3a18a1f170
commit f4d1e15fa6
2 changed files with 88 additions and 0 deletions
+1
View File
@@ -18,6 +18,7 @@ dependencies = [
[project.optional-dependencies]
dev = [
"pytest>=8.3.0",
"pytest-asyncio>=0.24.0",
"httpx>=0.28.0",
"ruff>=0.11.0",
"mypy>=1.15.0",