Update requirements.txt
Browse files- requirements.txt +2 -3
requirements.txt
CHANGED
@@ -1,7 +1,6 @@
|
|
1 |
gradio==4.19.2
|
2 |
-
|
3 |
Pillow==10.2.0
|
4 |
pandas==2.2.1
|
5 |
openpyxl==3.1.2
|
6 |
-
python-dotenv==1.0.1
|
7 |
-
requests==2.31.0
|
|
|
1 |
gradio==4.19.2
|
2 |
+
httpx==0.26.0
|
3 |
Pillow==10.2.0
|
4 |
pandas==2.2.1
|
5 |
openpyxl==3.1.2
|
6 |
+
python-dotenv==1.0.1
|
|