添加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:
@@ -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 .
|
||||||
|
|
||||||
# 复制新的优化模块
|
# 复制新的优化模块
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user