Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +9 -1
requirements.txt
CHANGED
@@ -1 +1,9 @@
|
|
1 |
-
fastapi
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
fastapi>=0.104.0
|
2 |
+
uvicorn[standard]>=0.24.0
|
3 |
+
python-multipart>=0.0.6
|
4 |
+
PyPDF2>=3.0.0
|
5 |
+
openai>=1.3.0
|
6 |
+
tiktoken>=0.5.0
|
7 |
+
faiss-cpu>=1.7.4
|
8 |
+
numpy>=1.24.0
|
9 |
+
python-dotenv>=1.0.0
|