Update requirements.txt
Browse files- requirements.txt +6 -2
requirements.txt
CHANGED
@@ -1,5 +1,9 @@
|
|
1 |
-
|
|
|
|
|
2 |
pandas
|
3 |
matplotlib
|
4 |
-
|
|
|
|
|
5 |
openpyxl
|
|
|
1 |
+
fastapi
|
2 |
+
uvicorn
|
3 |
+
python-multipart
|
4 |
pandas
|
5 |
matplotlib
|
6 |
+
seaborn
|
7 |
+
huggingface_hub
|
8 |
+
python-dotenv
|
9 |
openpyxl
|