Refactor code structure for improved readability and maintainability

This commit is contained in:
Felix Rudat
2026-01-27 12:02:18 +01:00
parent eb7fad2477
commit eba3bc4955
7 changed files with 17 additions and 144 deletions
+2 -2
View File
@@ -6,9 +6,9 @@ build-backend = "setuptools.build_meta"
name = "planka-cli"
version = "0.1.0"
description = "CLI for Planka using plankapy."
requires-python = ">=3.10"
requires-python = ">=3.11"
dependencies = [
"plankapy",
"plankapy>=2.2.2",
"typer",
"python-dotenv",
"rich",