mirror of
https://github.com/hwanny1128/HGZero.git
synced 2025-12-06 13:46:24 +00:00
21 lines
345 B
Plaintext
21 lines
345 B
Plaintext
# FastAPI
|
|
fastapi==0.115.0
|
|
uvicorn[standard]==0.32.0
|
|
pydantic==2.9.2
|
|
pydantic-settings==2.6.0
|
|
|
|
# Claude API
|
|
anthropic==0.39.0
|
|
|
|
# Utilities
|
|
python-dotenv==1.0.1
|
|
|
|
sse-starlette==1.8.2 # fastapi 0.115.0과 호환되는 버전
|
|
httpx==0.26.0 # anthropic 0.39.0과 호환되는 버전
|
|
|
|
# Redis
|
|
redis==5.2.1
|
|
|
|
# Azure Event Hub
|
|
azure-eventhub==5.15.0
|