Update requirements.txt
Browse files- requirements.txt +3 -1
requirements.txt
CHANGED
@@ -42,4 +42,6 @@ tqdm==4.64.0
|
|
42 |
transformers==4.20.1
|
43 |
txtai @ git+https://github.com/neuml/txtai@8925341a3cb5263886fddee4f52a3220c0ace188
|
44 |
typing_extensions==4.3.0
|
45 |
-
urllib3==1.26.9
|
|
|
|
|
|
42 |
transformers==4.20.1
|
43 |
txtai @ git+https://github.com/neuml/txtai@8925341a3cb5263886fddee4f52a3220c0ace188
|
44 |
typing_extensions==4.3.0
|
45 |
+
urllib3==1.26.9
|
46 |
+
PyPDF2
|
47 |
+
docx2txt
|