Skip to content

Commit e75e826

Browse files
committed
Update
1 parent 06686dd commit e75e826

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

pyproject.toml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,11 @@ version = "0.1.0"
44
description = "Add your description here"
55
readme = "README.md"
66
requires-python = ">=3.12"
7-
dependencies = ["common", "cards"]
7+
dependencies = [
8+
"common",
9+
"cards",
10+
"pytest-asyncio>=1.0.0",
11+
]
812

913
[tool.uv.sources]
1014
common = { workspace = true }

uv.lock

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)