From 72fb9c3eceaf6443d7f50fa5a11f09ce9bcf7ef9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9C=B1=E9=B9=8F=E7=BF=B0?= Date: Fri, 9 Jan 2026 08:11:35 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=8A=E4=BC=A0=E6=96=87=E4=BB=B6=E8=87=B3?= =?UTF-8?q?=20/?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pyproject.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index d00b43a..ae852d2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,5 +7,6 @@ requires-python = ">=3.12" dependencies = [ "streamlit>=1.28.0", "requests>=2.31.0", - "python-dotenv>=1.0.0" + "python-dotenv>=1.0.0", + "openai>=1.0.0" ]