Skip to content

Commit f8b186a

Browse files
[edgetest] automated change (#86)
Co-authored-by: ak-gupta <[email protected]>
1 parent f7fdfe1 commit f8b186a

File tree

1 file changed

+6
-42
lines changed

1 file changed

+6
-42
lines changed

pyproject.toml

+6-42
Original file line numberDiff line numberDiff line change
@@ -20,52 +20,16 @@ classifiers = [
2020
"Programming Language :: Python :: 3.10",
2121
"Programming Language :: Python :: 3.11",
2222
]
23-
dependencies = [
24-
"Cerberus<=1.3.5,>=1.3.0",
25-
"click<=8.1.7,>=7.0",
26-
"pluggy<=1.4.0,>=1.3.0",
27-
"tabulate<=0.9.0,>=0.8.9",
28-
"packaging<=24.0,>20.6",
29-
"tomlkit<=0.11.4,>=0.11.4",
30-
"uv<=0.2.28,>=0.2.0"
31-
]
23+
dependencies = ["Cerberus<=1.3.5,>=1.3.0", "click<=8.1.7,>=7.0", "pluggy<=1.4.0,>=1.3.0", "tabulate<=0.9.0,>=0.8.9", "packaging<=24.0,>20.6", "tomlkit<=0.11.4,>=0.11.4", "uv<=0.2.28,>=0.2.0"]
3224

3325
dynamic = ["readme", "version"]
3426

3527
[project.optional-dependencies]
36-
docs = [
37-
"furo",
38-
"sphinx",
39-
"sphinx-copybutton",
40-
"sphinx-tabs",
41-
"pillow",
42-
"recommonmark",
43-
]
44-
tests = [
45-
"coverage",
46-
"pytest",
47-
"pytest-cov",
48-
]
49-
qa = [
50-
"mypy",
51-
"pre-commit",
52-
"ruff~=0.5",
53-
"types-click",
54-
"types-setuptools",
55-
"types-tabulate",
56-
]
57-
build = [
58-
"build",
59-
"twine",
60-
"wheel",
61-
"bumpver",
62-
]
63-
dev = [
64-
"edgetest[docs]",
65-
"edgetest[tests]",
66-
"edgetest[qa]",
67-
"edgetest[build]",
68-
]
28+
docs = ["furo", "sphinx", "sphinx-copybutton", "sphinx-tabs", "pillow", "recommonmark"]
29+
tests = ["coverage", "pytest", "pytest-cov"]
30+
qa = ["mypy", "pre-commit", "ruff~=0.5", "types-click", "types-setuptools", "types-tabulate"]
31+
build = ["build", "twine", "wheel", "bumpver"]
32+
dev = ["edgetest[docs]", "edgetest[tests]", "edgetest[qa]", "edgetest[build]"]
6933

7034
[project.urls]
7135
"Documentation" = "https://capitalone.github.io/edgetest/"

0 commit comments

Comments
 (0)