From bfc67fce093dc64bc6c8b4a4517256eabb64c13a Mon Sep 17 00:00:00 2001 From: chiguyong Date: Tue, 2 Jun 2026 22:24:21 +0800 Subject: [PATCH] fix: add requests dependency for payment SDK integration --- backend/requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/backend/requirements.txt b/backend/requirements.txt index 3f81c1e..0b4924d 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -28,6 +28,7 @@ playwright>=1.40 # HTTP客户端与工具 httpx +requests python-dotenv # YAML解析