Skip to content

Commit 5f88791

Browse files
committed
Dependencies: Add missing package to run poe release
1 parent fae6ce7 commit 5f88791

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

pyproject.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,10 @@ optional-dependencies.develop = [
8282
"ruff<0.7",
8383
"validate-pyproject<0.21",
8484
]
85+
optional-dependencies.release = [
86+
"build<2",
87+
"twine<6",
88+
]
8589
optional-dependencies.test = [
8690
"pytest-cov<6",
8791
"pytest-mock<4",
@@ -136,7 +140,6 @@ lint.per-file-ignores."tests/*" = [
136140
"S101", # Allow use of `assert`.
137141
]
138142

139-
140143
[tool.pytest.ini_options]
141144
addopts = """
142145
-rfEXs -p pytester --strict-markers --verbosity=3

0 commit comments

Comments
 (0)