Skip to content

Commit 67065c1

Browse files
authored
fix: remove unused project deps (#2440)
1 parent c2f0afc commit 67065c1

File tree

2 files changed

+4
-138
lines changed

2 files changed

+4
-138
lines changed

pyproject.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,4 +105,7 @@ requires = ["hatchling"]
105105
build-backend = "hatchling.build"
106106

107107
[dependency-groups]
108-
tests = ["pytest>=8.3.5", "pytest-cov>=6.1.1", "testcontainers>=4.10.0"]
108+
tests = [
109+
"pytest>=8.3.5",
110+
"pytest-cov>=6.1.1",
111+
]

0 commit comments

Comments
 (0)