添加cryptography依赖和crypto_utils.py到Docker构建

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
2025-12-11 20:09:22 +08:00
parent 7cfb76abf2
commit b0475bb1ba
2 changed files with 2 additions and 0 deletions

View File

@@ -29,6 +29,7 @@ COPY browser_pool_worker.py .
COPY screenshot_worker.py . COPY screenshot_worker.py .
COPY browser_installer.py . COPY browser_installer.py .
COPY password_utils.py . COPY password_utils.py .
COPY crypto_utils.py .
COPY task_checkpoint.py . COPY task_checkpoint.py .
# 复制新的优化模块 # 复制新的优化模块

View File

@@ -12,3 +12,4 @@ requests==2.31.0
python-dotenv==1.0.0 python-dotenv==1.0.0
beautifulsoup4==4.12.2 beautifulsoup4==4.12.2
nest_asyncio nest_asyncio
cryptography>=41.0.0