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
Generated
+10
View File
@@ -11,6 +11,7 @@ source = { virtual = "." }
dev = [
{ name = "decman" },
{ name = "decman-pacman" },
{ name = "decman-systemd" },
]
[package.metadata]
@@ -19,6 +20,7 @@ dev = [
dev = [
{ name = "decman", git = "https://github.com/kiviktnm/decman.git" },
{ name = "decman-pacman", git = "https://github.com/kiviktnm/decman.git?subdirectory=plugins%2Fdecman-pacman" },
{ name = "decman-systemd", git = "https://github.com/kiviktnm/decman.git?subdirectory=plugins%2Fdecman-systemd" },
]
[[package]]
@@ -102,6 +104,14 @@ dependencies = [
{ name = "requests" },
]
[[package]]
name = "decman-systemd"
version = "1.1.0"
source = { git = "https://github.com/kiviktnm/decman.git?subdirectory=plugins%2Fdecman-systemd#8c54220dbcb793836e99c567c43718aaed08acd2" }
dependencies = [
{ name = "decman" },
]
[[package]]
name = "idna"
version = "3.11"