zero-dep requirements.txt

This commit is contained in:
2026-07-24 13:48:28 +08:00
parent 52dd9f050e
commit 3a1daf3857

View File

@@ -1 +1,2 @@
cryptography>=42.0.0
# 零依赖:纯 stdlib。签名需 AES,构建环境 pip 装 cryptography 会卡(疑 PyPI 不通),
# 故设为可选——签名不可用时提交走 token-only。确认需签名后再解决 crypto。