diff --git a/pyproject.toml b/pyproject.toml index 8bdebe8..dbb2d06 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,52 +20,16 @@ classifiers = [ "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", ] -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" -] +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"] dynamic = ["readme", "version"] [project.optional-dependencies] -docs = [ - "furo", - "sphinx", - "sphinx-copybutton", - "sphinx-tabs", - "pillow", - "recommonmark", -] -tests = [ - "coverage", - "pytest", - "pytest-cov", -] -qa = [ - "mypy", - "pre-commit", - "ruff~=0.5", - "types-click", - "types-setuptools", - "types-tabulate", -] -build = [ - "build", - "twine", - "wheel", - "bumpver", -] -dev = [ - "edgetest[docs]", - "edgetest[tests]", - "edgetest[qa]", - "edgetest[build]", -] +docs = ["furo", "sphinx", "sphinx-copybutton", "sphinx-tabs", "pillow", "recommonmark"] +tests = ["coverage", "pytest", "pytest-cov"] +qa = ["mypy", "pre-commit", "ruff~=0.5", "types-click", "types-setuptools", "types-tabulate"] +build = ["build", "twine", "wheel", "bumpver"] +dev = ["edgetest[docs]", "edgetest[tests]", "edgetest[qa]", "edgetest[build]"] [project.urls] "Documentation" = "https://capitalone.github.io/edgetest/"