Skip to content

Commit a10e9cd

Browse files
committed
Remove twine and pytest from deps
1 parent 1ce7e5b commit a10e9cd

File tree

2 files changed

+7
-1103
lines changed

2 files changed

+7
-1103
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@ classifiers = [
2424
dependencies = ["deprecation", "python-dotenv"]
2525

2626
[dependency-groups]
27-
test = ["tox", "pytest"]
27+
test = ["tox"]
2828
lint = ["mypy", "ruff"]
29-
build = ["build", "setuptools", "twine"]
29+
build = ["build", "setuptools"]
3030
dev = [
3131
{ include-group = "test" },
3232
{ include-group = "lint" },

0 commit comments

Comments
 (0)