feat(docker): 添加 Docker 支持并重排 source.py 声明顺序

This commit is contained in:
2026-03-26 13:31:44 +08:00
parent 4118392c64
commit fab934ace9
4 changed files with 54 additions and 20 deletions
+2 -1
View File
@@ -4,11 +4,12 @@ version = "0.0.0"
requires-python = ">=3.13"
[dependency-groups]
dev = ["decman", "decman-pacman"]
dev = ["decman", "decman-pacman", "decman-systemd"]
[tool.uv.sources]
decman = { git = "https://github.com/kiviktnm/decman.git" }
decman-pacman = { git = "https://github.com/kiviktnm/decman.git", subdirectory = "plugins/decman-pacman" }
decman-systemd = { git = "https://github.com/kiviktnm/decman.git", subdirectory = "plugins/decman-systemd" }
[tool.ty.environment]
python = ".venv"