Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
|
@@ -5,4 +5,5 @@ PyPDF2==3.0.1
|
|
| 5 |
faiss-cpu==1.7.4
|
| 6 |
sentence-transformers==2.7.0
|
| 7 |
python-jose==3.3.0
|
| 8 |
-
python-dotenv==1.0.1
|
|
|
|
|
|
| 5 |
faiss-cpu==1.7.4
|
| 6 |
sentence-transformers==2.7.0
|
| 7 |
python-jose==3.3.0
|
| 8 |
+
python-dotenv==1.0.1
|
| 9 |
+
passlib==1.7.4 # This fixes the missing module error
|