From b0475bb1bab59a835db45dfed893e12fedc15f23 Mon Sep 17 00:00:00 2001 From: yuyx <237899745@qq.com> Date: Thu, 11 Dec 2025 20:09:22 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0cryptography=E4=BE=9D?= =?UTF-8?q?=E8=B5=96=E5=92=8Ccrypto=5Futils.py=E5=88=B0Docker=E6=9E=84?= =?UTF-8?q?=E5=BB=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit πŸ€– Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 --- Dockerfile | 1 + requirements.txt | 1 + 2 files changed, 2 insertions(+) diff --git a/Dockerfile b/Dockerfile index 43b199d..62d7213 100644 --- a/Dockerfile +++ b/Dockerfile @@ -29,6 +29,7 @@ COPY browser_pool_worker.py . COPY screenshot_worker.py . COPY browser_installer.py . COPY password_utils.py . +COPY crypto_utils.py . COPY task_checkpoint.py . # ε€εˆΆζ–°ηš„δΌ˜εŒ–ζ¨‘ε— diff --git a/requirements.txt b/requirements.txt index b3c5d65..7cfc69c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -12,3 +12,4 @@ requests==2.31.0 python-dotenv==1.0.0 beautifulsoup4==4.12.2 nest_asyncio +cryptography>=41.0.0