Skip to content

Commit b6a3226

Browse files
committed
fix: ensure dependencies are properly listed
1 parent d8b4fa3 commit b6a3226

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ authors = [
88
]
99
requires-python = ">=3.10"
1010
dependencies = [
11+
"mypy>=1.18.2",
12+
"pytest>=9.0.0",
13+
"ruff>=0.14.4",
1114
"tox>=4.25.0",
1215
"tox-uv>=1.13.1",
1316
]

0 commit comments

Comments
 (0)