owlninjam commited on
Commit
8a359f4
·
verified ·
1 Parent(s): 087d8a2

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +5 -1
requirements.txt CHANGED
@@ -1,4 +1,8 @@
1
  streamlit>=1.28.0
2
  llama-cpp-python>=0.2.20
3
  numpy>=1.24.0
4
- requests>=2.31.0
 
 
 
 
 
1
  streamlit>=1.28.0
2
  llama-cpp-python>=0.2.20
3
  numpy>=1.24.0
4
+ requests>=2.31.0
5
+ fastapi>=0.104.0
6
+ uvicorn>=0.24.0
7
+ pydantic>=2.5.0
8
+ python-multipart>=0.0.6