This commit is contained in:
dingfeng.wong
2025-07-09 19:46:32 +08:00
parent ff0bcb38e4
commit a8db36fa73
4 changed files with 151 additions and 1 deletions
+4 -1
View File
@@ -7,7 +7,10 @@ authors = [
{ name = "dingfeng.wong", email = "dingfeng.wong@okg.com" }
]
requires-python = ">=3.13"
dependencies = []
dependencies = [
"rich>=14.0.0",
"typer>=0.16.0",
]
[build-system]
requires = ["hatchling"]