This commit is contained in:
hiondal
2025-06-15 20:19:52 +00:00
parent 67d4d69bc4
commit 42dd563205
5 changed files with 201 additions and 67 deletions
+1 -3
View File
@@ -100,7 +100,7 @@ packages = [{include = "app"}]
[tool.poetry.dependencies]
python = "^3.11"
dotenv = "^0.9.9"
python-dotenv = "^1.1.0"
[build-system]
requires = ["poetry-core"]
@@ -130,8 +130,6 @@ RUN echo "🚀 최적화된 의존성 설치 시작..." && \
\
echo "6️⃣ Claude AI 라이브러리 설치..." && \
poetry add anthropic && \
echo "2️⃣ dotenv 0.9.9 설치..." && \
poetry add dotenv==0.9.9 && \
\
echo "✅ 최적화된 의존성 설치 완료!"