release
This commit is contained in:
@@ -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 "✅ 최적화된 의존성 설치 완료!"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user