OpenClaw commited on
Commit
e05d10a
·
1 Parent(s): a5e4089

Trigger rebuild via requirements

Browse files
Files changed (1) hide show
  1. requirements.txt +5 -3
requirements.txt CHANGED
@@ -1,3 +1,5 @@
1
- fastapi
2
- uvicorn
3
- ollama
 
 
 
1
+
2
+ fastapi==0.115.0
3
+ uvicorn[standard]==0.34.0
4
+ httpx>=0.28.0
5
+ python-multipart>=0.0.20