Skip to content

Commit c6155bd

Browse files
committed
add missing dep
1 parent f360b72 commit c6155bd

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
@@ -109,13 +109,16 @@ repro = [
109109
"wrapt == 2.0.1",
110110
]
111111
tests = [
112+
"tox >= 4.32.0",
112113
"uv >= 0.9.7",
113114
"pytest >= 8.4.2",
114115
"pytest-cov >= 7.0.0",
115116
"pytest-xdist >= 3.8.0",
116117
"pytest-timeout >= 2.4.0",
117118
"mypy >= 1.18.2",
118119
"ruff >= 0.14.4",
120+
"build >= 1.3.0",
121+
"twine >= 6.2.0",
119122
]
120123
dev = [
121124
"jupyter",

0 commit comments

Comments
 (0)