refactor: remove dependency-groups

This commit is contained in:
2025-11-05 17:36:43 +13:00
parent fde60c3ad3
commit ab927b11a2
2 changed files with 0 additions and 18 deletions

View File

@ -35,12 +35,6 @@ envipy-plugins = { git = "ssh://git@git.envipath.com/enviPath/enviPy-plugins.git
envipy-additional-information = { git = "ssh://git@git.envipath.com/enviPath/enviPy-additional-information.git", rev = "v0.1.7"} envipy-additional-information = { git = "ssh://git@git.envipath.com/enviPath/enviPy-additional-information.git", rev = "v0.1.7"}
envipy-ambit = { git = "ssh://git@git.envipath.com/enviPath/enviPy-ambit.git" } envipy-ambit = { git = "ssh://git@git.envipath.com/enviPath/enviPy-ambit.git" }
[dependency-groups]
dev = [
"pre-commit>=4.3.0",
"ruff>=0.13.3",
]
[project.optional-dependencies] [project.optional-dependencies]
ms-login = ["msal>=1.33.0"] ms-login = ["msal>=1.33.0"]
dev = [ dev = [

12
uv.lock generated
View File

@ -593,12 +593,6 @@ ms-login = [
{ name = "msal" }, { name = "msal" },
] ]
[package.dev-dependencies]
dev = [
{ name = "pre-commit" },
{ name = "ruff" },
]
[package.metadata] [package.metadata]
requires-dist = [ requires-dist = [
{ name = "celery", specifier = ">=5.5.2" }, { name = "celery", specifier = ">=5.5.2" },
@ -632,12 +626,6 @@ requires-dist = [
] ]
provides-extras = ["ms-login", "dev"] provides-extras = ["ms-login", "dev"]
[package.metadata.requires-dev]
dev = [
{ name = "pre-commit", specifier = ">=4.3.0" },
{ name = "ruff", specifier = ">=0.13.3" },
]
[[package]] [[package]]
name = "envipy-additional-information" name = "envipy-additional-information"
version = "0.1.7" version = "0.1.7"