feat: add requirements.txt with cryptography for host venv install
All checks were successful
技能自动化发布 / release (push) Successful in 5s
All checks were successful
技能自动化发布 / release (push) Successful in 5s
This commit is contained in:
3
requirements.txt
Normal file
3
requirements.txt
Normal file
@@ -0,0 +1,3 @@
|
||||
# 公共依赖由宿主共享 runtime 提供;这里只声明技能特有 Python 依赖。
|
||||
# Fernet 加密(local_encrypted 凭据、master key、CLI 启动 import)依赖此包。
|
||||
cryptography>=42.0.0,<45
|
||||
Reference in New Issue
Block a user