Create requirements.txt
Browse files- requirements.txt +5 -0
requirements.txt
ADDED
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
gradio==4.44.1
|
2 |
+
pymongo==4.8.0
|
3 |
+
requests==2.32.3
|
4 |
+
python-dotenv==1.0.1
|
5 |
+
pillow==10.4.0
|