Remove dependencies of dependencies
Some checks failed
Conventional Commit / Validate PR Title (pull_request) Successful in 7s
CI / ci (pull_request) Failing after 1m51s

This commit is contained in:
2025-10-13 18:58:18 +01:00
parent 92714ee045
commit 079422d136
2 changed files with 2 additions and 274 deletions

View File

@@ -7,38 +7,15 @@ 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 = [
"black<25.9.1,>=25.9.0",
@@ -51,6 +28,7 @@ dev-dependencies = [
[tool.pdm.build]
includes = []
[build-system]
requires = ["pdm-backend"]
build-backend = "pdm.backend"