Update requirements.txt
Browse files- requirements.txt +5 -4
requirements.txt
CHANGED
@@ -1,4 +1,5 @@
|
|
1 |
-
streamlit>=1.35
|
2 |
-
ocrmypdf>=
|
3 |
-
|
4 |
-
|
|
|
|
1 |
+
streamlit>=1.35.0
|
2 |
+
ocrmypdf>=16.0.0
|
3 |
+
langextract[openai]>=1.0.5
|
4 |
+
google-generativeai>=0.7.2
|
5 |
+
pypdf>=4.2.0
|