add dependency

This commit is contained in:
Florian Förster 2025-03-13 16:46:40 +01:00
parent d98ac45910
commit e533345961
2 changed files with 4 additions and 3 deletions

6
pdm.lock generated
View File

@ -5,7 +5,7 @@
groups = ["default", "dev", "lint", "nb", "tests"]
strategy = ["inherit_metadata"]
lock_version = "4.5.0"
content_hash = "sha256:7fbf0fb5e93b92622653d3030d79837827c74020ce1d12cbe64fe40be0c04c46"
content_hash = "sha256:b2672607e5f1c6b93799dbd3676edbe307c70e5a4b40b75119f705535586084d"
[[metadata.targets]]
requires_python = ">=3.11"
@ -358,7 +358,7 @@ name = "click"
version = "8.1.8"
requires_python = ">=3.7"
summary = "Composable command line interface toolkit"
groups = ["dev"]
groups = ["default", "dev"]
dependencies = [
"colorama; platform_system == \"Windows\"",
"importlib-metadata; python_version < \"3.8\"",
@ -373,7 +373,7 @@ name = "colorama"
version = "0.4.6"
requires_python = "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*,!=3.6.*,>=2.7"
summary = "Cross-platform colored terminal text."
groups = ["dev", "nb", "tests"]
groups = ["default", "dev", "nb", "tests"]
marker = "sys_platform == \"win32\" or platform_system == \"Windows\""
files = [
{file = "colorama-0.4.6-py2.py3-none-any.whl", hash = "sha256:4f1d9991f5acc0ca119f9d443620b77f9d6b33703e51011c16baf57afb285fc6"},

View File

@ -6,6 +6,7 @@ authors = [
{name = "Florian Förster", email = "f.foerster@d-opt.com"},
]
dependencies = [
"click>=8.1.8"
]
requires-python = ">=3.11"
readme = "README.md"