Create requirements.txt
Browse files- requirements.txt +7 -0
requirements.txt
ADDED
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
gradio>=5.0.0
|
2 |
+
google-generativeai>=0.3.0
|
3 |
+
Pillow>=9.0.0
|
4 |
+
reportlab>=3.6.0
|
5 |
+
python-dotenv>=0.19.0
|
6 |
+
beautifulsoup4>=4.10.0
|
7 |
+
fpdf
|