8000 chore: remove outdated dependencies · tableau/server-client-python@30100a0 · GitHub
[go: up one dir, main page]

8000 Skip to content

Commit 30100a0

Browse files
committed
chore: remove outdated dependencies
argparse and mock were listed as test dependencies, but both packages are part of the python standard library and do not need to be installed.
1 parent 9a92a5f commit 30100a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ classifiers = [
3232
repository = "https://github.com/tableau/server-client-python"
3333

3434
[project.optional-dependencies]
35-
test = ["argparse", "black==23.7", "mock", "mypy==1.4", "pytest>=7.0", "pytest-cov", "pytest-subtests",
35+
test = ["black==23.7", "mypy==1.4", "pytest>=7.0", "pytest-cov", "pytest-subtests",
3636
"requests-mock>=1.0,<2.0"]
3737

3838
[tool.black]

0 commit comments

Comments
 (0)
0