Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +3 -0
requirements.txt
CHANGED
|
@@ -15,3 +15,6 @@ streamlit-aggrid
|
|
| 15 |
pyarrow # fast CSV/Parquet reader
|
| 16 |
openpyxl # .xlsx
|
| 17 |
xlrd # .xls
|
|
|
|
|
|
|
|
|
|
|
|
| 15 |
pyarrow # fast CSV/Parquet reader
|
| 16 |
openpyxl # .xlsx
|
| 17 |
xlrd # .xls
|
| 18 |
+
# pretty tables for pandas .to_markdown()
|
| 19 |
+
tabulate==0.9.0
|
| 20 |
+
|