fix(ci): Remove dependencies of dependencies (#388)
All checks were successful
Security / snyk (push) Successful in 2m2s

Reviewed-on: #388
This commit is contained in:
2025-10-13 20:03:56 +02:00
parent 92714ee045
commit 5249c54e1e
2 changed files with 4 additions and 276 deletions

View File

@@ -7,40 +7,17 @@ authors = [
{name = "Luke Tainton", email = "luke@tainton.uk"},
]
requires-python = "<4.0,>=3.11"
dependencies = [
"astroid==3.3.11",
"attrs==25.4.0",
"certifi==2025.10.5",
"charset-normalizer==3.4.3",
"click==8.3.0",
"dill==0.4.0",
"exceptiongroup==1.3.0",
"idna==3.11",
"iniconfig==2.1.0",
"lazy-object-proxy==1.12.0",
"mccabe==0.7.0",
"mypy-extensions==1.1.0",
"packaging==25.0",
"pathspec==0.12.1",
"platformdirs==4.5.0",
"pluggy==1.6.0",
"py==1.11.0",
"pyparsing==3.2.5",
"requests==2.32.5",
"six==1.17.0",
"tabulate==0.9.0",
"tomli==2.3.0",
"tomlkit==0.13.3",
"urllib3==2.5.0",
"wrapt==1.17.3",
]
[project.scripts]
app = "app.main:main"
[tool.uv]
dev-dependencies = [
[dependency-groups]
dev = [
"black<25.9.1,>=25.9.0",
"coverage<8.0.0,>=7.5.0",
"pylint<4.0.0,>=3.1.0",
@@ -51,6 +28,7 @@ dev-dependencies = [
[tool.pdm.build]
includes = []
[build-system]
requires = ["pdm-backend"]
build-backend = "pdm.backend"