added haystack's docstores and preprocessing requirements
Browse files- requirements.txt +1 -1
requirements.txt
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
-
farm-haystack[ocr,faiss]
|
| 2 |
streamlit >= 1.9.0, < 2
|
| 3 |
st-annotated-text >= 2.0.0, < 3
|
|
|
|
| 1 |
+
farm-haystack[docstores,preprocessing,ocr,faiss]
|
| 2 |
streamlit >= 1.9.0, < 2
|
| 3 |
st-annotated-text >= 2.0.0, < 3
|