This commit is contained in:
parent
0a203fa475
commit
80acddcaa8
|
|
@ -1,10 +1,10 @@
|
|||
# Backend requirements for FastAPI TradingAgents API
|
||||
|
||||
# Core Framework
|
||||
fastapi==0.104.1
|
||||
uvicorn[standard]==0.24.0
|
||||
pydantic==2.5.0
|
||||
pydantic-settings==2.1.0
|
||||
fastapi>=0.104.0
|
||||
uvicorn[standard]>=0.24.0
|
||||
pydantic>=2.9.0
|
||||
pydantic-settings>=2.5.0
|
||||
|
||||
# CORS and middleware
|
||||
python-multipart==0.0.6
|
||||
|
|
|
|||
Loading…
Reference in New Issue