Update requirements.txt
Browse files- requirements.txt +15 -15
requirements.txt
CHANGED
@@ -1,15 +1,15 @@
|
|
1 |
-
gradio
|
2 |
-
plotly
|
3 |
-
kaleido
|
4 |
-
numpy
|
5 |
-
pandas
|
6 |
-
matplotlib
|
7 |
-
seaborn
|
8 |
-
scipy
|
9 |
-
scikit-learn
|
10 |
-
python-docx
|
11 |
-
fpdf2
|
12 |
-
Pillow
|
13 |
-
fastapi
|
14 |
-
uvicorn
|
15 |
-
openpyxl
|
|
|
1 |
+
gradio
|
2 |
+
plotly
|
3 |
+
kaleido
|
4 |
+
numpy
|
5 |
+
pandas
|
6 |
+
matplotlib
|
7 |
+
seaborn
|
8 |
+
scipy
|
9 |
+
scikit-learn
|
10 |
+
python-docx
|
11 |
+
fpdf2
|
12 |
+
Pillow
|
13 |
+
fastapi
|
14 |
+
uvicorn
|
15 |
+
openpyxl
|