From 4dd658c0a7b05e25ac45376fe3ff57817daecd0b Mon Sep 17 00:00:00 2001 From: shellway-pc <413209390@qq.com> Date: Fri, 31 Jul 2026 22:20:45 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E4=BE=9D=E8=B5=96=E6=96=87=E4=BB=B6?= =?UTF-8?q?=E4=B8=AD=E6=B7=BB=E5=8A=A0python-dotenv=E7=9B=B8=E5=85=B3?= =?UTF-8?q?=E5=86=85=E5=AE=B9=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- alpha/requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/alpha/requirements.txt b/alpha/requirements.txt index 5b0e498..69cbc95 100644 --- a/alpha/requirements.txt +++ b/alpha/requirements.txt @@ -3,4 +3,5 @@ pandas>=2.0.0 scipy>=1.10.0 matplotlib>=3.7.0 tushare>=1.3.0 -psycopg2-binary>=2.9.0 \ No newline at end of file +psycopg2-binary>=2.9.0 +python-dotenv>=1.0.0