Skip to content

Commit

Permalink
[edgetest] automated change (#86)
Browse files Browse the repository at this point in the history
Co-authored-by: ak-gupta <[email protected]>
  • Loading branch information
github-actions[bot] and ak-gupta authored Sep 6, 2024
1 parent f7fdfe1 commit f8b186a
Showing 1 changed file with 6 additions and 42 deletions.
48 changes: 6 additions & 42 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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/"
Expand Down

0 comments on commit f8b186a

Please sign in to comment.