mirror of
https://github.com/hwanny1128/HGZero.git
synced 2025-12-06 06:46:24 +00:00
59 lines
856 B
Plaintext
59 lines
856 B
Plaintext
# Web Framework
|
|
fastapi==0.104.1
|
|
uvicorn[standard]==0.24.0
|
|
pydantic==2.5.0
|
|
pydantic-settings==2.1.0
|
|
|
|
# Database
|
|
psycopg2-binary==2.9.9
|
|
pgvector==0.2.3
|
|
sqlalchemy==2.0.23
|
|
alembic==1.13.0
|
|
|
|
# Azure Services
|
|
azure-search-documents==11.4.0
|
|
azure-core==1.29.5
|
|
azure-identity==1.15.0
|
|
azure-eventhub==5.11.4
|
|
azure-eventhub-checkpointstoreblob-aio==1.1.4
|
|
azure-storage-blob==12.19.0
|
|
|
|
# OpenAI & Embedding
|
|
openai==1.3.7
|
|
tiktoken==0.5.2
|
|
|
|
# Claude AI
|
|
anthropic==0.7.8
|
|
|
|
# Caching
|
|
redis==5.0.1
|
|
hiredis==2.2.3
|
|
|
|
# Utilities
|
|
python-dotenv==1.0.0
|
|
pyyaml==6.0.1
|
|
httpx==0.25.2
|
|
tenacity==8.2.3
|
|
|
|
# Data Processing
|
|
numpy==1.26.2
|
|
pandas==2.1.4
|
|
|
|
# Korean NLP
|
|
kiwipiepy==0.18.0
|
|
|
|
# Logging & Monitoring
|
|
python-json-logger==2.0.7
|
|
structlog==23.2.0
|
|
|
|
# Testing
|
|
pytest==7.4.3
|
|
pytest-asyncio==0.21.1
|
|
pytest-cov==4.1.0
|
|
httpx==0.25.2
|
|
|
|
# Development
|
|
black==23.12.0
|
|
flake8==6.1.0
|
|
mypy==1.7.1
|