Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +6 -5
requirements.txt
CHANGED
@@ -1,5 +1,6 @@
|
|
1 |
-
fastapi
|
2 |
-
uvicorn
|
3 |
-
llama-cpp-python
|
4 |
-
pypdf2
|
5 |
-
python-docx
|
|
|
|
1 |
+
fastapi
|
2 |
+
uvicorn
|
3 |
+
llama-cpp-python
|
4 |
+
pypdf2
|
5 |
+
python-docx
|
6 |
+
requests # ✅ Added this line
|