feat(docker): 添加 Docker 支持并重排 source.py 声明顺序
This commit is contained in:
+2
-1
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user