From 0743322519b3e8b3be10bf78e1f7cf194f75bae2 Mon Sep 17 00:00:00 2001 From: Maki Date: Thu, 4 Jul 2024 22:27:25 +0900 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20(#188,=20#304)[chore]=20?= =?UTF-8?q?=E3=83=A9=E3=82=A4=E3=83=96=E3=83=A9=E3=83=AA=E3=81=AE=E4=BE=9D?= =?UTF-8?q?=E5=AD=98=E9=96=A2=E4=BF=82=E3=82=92=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - python-dotenv, loguru, pydantic-settingsを追加し、環境設定とログ管理を強化 --- .github/requirements.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/requirements.txt b/.github/requirements.txt index f10c9bb..ffd5718 100644 --- a/.github/requirements.txt +++ b/.github/requirements.txt @@ -2,3 +2,6 @@ openai==1.35.3 PyGithub==2.3.0 qdrant-client==1.9.2 regex==2024.5.15 +python-dotenv==1.0.1 +loguru==0.7.2 +pydantic-settings==2.2.1 \ No newline at end of file