mgbam commited on
Commit
ed51f1d
·
verified ·
1 Parent(s): b64c41b

Update requirements.txt

Browse files
Files changed (1) hide show
  1. 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
+