Create requirements.txt
Browse files- requirements.txt +7 -0
requirements.txt
ADDED
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
gradio==4.19.2
|
2 |
+
groq==0.4.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
|