Update requirements.txt
Browse files- requirements.txt +6 -4
requirements.txt
CHANGED
@@ -1,4 +1,6 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
python-dotenv
|
4 |
-
|
|
|
|
|
|
1 |
+
google-generativeai>=0.3.0
|
2 |
+
gradio>=4.0.0
|
3 |
+
python-dotenv>=1.0.0
|
4 |
+
PyPDF2>=3.0.0
|
5 |
+
python-docx>=0.8.11
|
6 |
+
Pillow>=10.0.0
|