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