Upload requirements.txt
Browse filesAdd openpyxl to allow for xlsx files
- requirements.txt +2 -1
requirements.txt
CHANGED
@@ -1,4 +1,5 @@
|
|
1 |
haystack-ai
|
2 |
python-dotenv
|
3 |
gradio
|
4 |
-
pandas
|
|
|
|
1 |
haystack-ai
|
2 |
python-dotenv
|
3 |
gradio
|
4 |
+
pandas
|
5 |
+
openpyxl
|