Update requirements.txt
Browse files- requirements.txt +3 -1
requirements.txt
CHANGED
|
@@ -1,3 +1,4 @@
|
|
|
|
|
| 1 |
gradio
|
| 2 |
pandas
|
| 3 |
requests
|
|
@@ -8,4 +9,5 @@ dask[dataframe]
|
|
| 8 |
polars
|
| 9 |
pyarrow
|
| 10 |
openpyxl
|
| 11 |
-
s3fs
|
|
|
|
|
|
| 1 |
+
|
| 2 |
gradio
|
| 3 |
pandas
|
| 4 |
requests
|
|
|
|
| 9 |
polars
|
| 10 |
pyarrow
|
| 11 |
openpyxl
|
| 12 |
+
s3fs
|
| 13 |
+
tabulate
|