首次提交
This commit is contained in:
18
requirements.txt
Normal file
18
requirements.txt
Normal file
@@ -0,0 +1,18 @@
|
||||
# Core Framework
|
||||
fastapi>=0.115.0
|
||||
uvicorn[standard]>=0.32.0
|
||||
pydantic>=2.0.0
|
||||
pydantic-settings>=2.6.0
|
||||
|
||||
# Google ADK
|
||||
google-adk>=1.2.0
|
||||
|
||||
# Database
|
||||
asyncpg>=0.30.0
|
||||
sqlalchemy[asyncio]>=2.0.0
|
||||
|
||||
# HTTP Client
|
||||
httpx>=0.28.0
|
||||
|
||||
# Environment
|
||||
python-dotenv>=1.0.0
|
||||
Reference in New Issue
Block a user