add requirements.txt

This commit is contained in:
2026-08-24 11:12:11 +08:00
parent ea58c5679c
commit 49cc888f5f

2
requirements.txt Normal file
View File

@@ -0,0 +1,2 @@
# 无第三方依赖:纯 Python 标准库 (http.server / urllib / signal / threading)。
# 保持空依赖 -> Kaniko 构建不碰外网 PyPI,构建最快、攻击面最小。