From 5d37d63f6676cb1f4000ea06ba187087f3395f30 Mon Sep 17 00:00:00 2001 From: "zy.jordan" <82567833+zy-jordan@users.noreply.github.com> Date: Thu, 2 Apr 2026 20:07:10 +0800 Subject: [PATCH] Update pyproject.toml --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 0fc0b11b..f4908a64 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,6 +17,7 @@ dependencies = [ "psycopg[binary]>=3.1.18", "websockets>=16.0", "path>=17.1.1", + "requests>=2.31.0", ] [project.optional-dependencies]