Add xlrd package for xls support
Browse files- requirements.txt +1 -0
requirements.txt
CHANGED
@@ -5,3 +5,4 @@ pandas
|
|
5 |
plotly
|
6 |
openpyxl
|
7 |
statsmodels
|
|
|
|
5 |
plotly
|
6 |
openpyxl
|
7 |
statsmodels
|
8 |
+
xlrd
|