Uhhy commited on
Commit
be0663c
1 Parent(s): 4c43b45

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +8 -8
requirements.txt CHANGED
@@ -1,8 +1,8 @@
1
- fastapi
2
- uvicorn
3
- pydantic
4
- llama-cpp-python
5
- requests
6
- python-multipart
7
- httpx>=0.20.0
8
- spaces
 
1
+ fastapi==0.95.0
2
+ uvicorn==0.22.0
3
+ pydantic==1.10.7
4
+ llama-cpp-python==0.1.77
5
+ requests==2.31.0
6
+ python-multipart==0.0.6
7
+ httpx==0.24.1
8
+ spaces==0.10.0