chore(pling): bootstrap uv project and env template

This commit is contained in:
2026-04-13 17:44:33 +00:00
parent cb5c44a0b1
commit 80e4147686
7 changed files with 1143 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
[project]
name = "kde6-widget-starter"
version = "0.1.0"
requires-python = ">=3.13"
dependencies = [
"niquests>=3.18.5",
]