Create requirements.txt
Browse files- requirements.txt +8 -0
requirements.txt
ADDED
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
streamlit==1.19.0
|
2 |
+
pandas==1.5.3
|
3 |
+
numpy==1.23.5
|
4 |
+
PyMuPDF==1.19.6
|
5 |
+
Pillow==9.5.0
|
6 |
+
python-dotenv==1.0.1
|
7 |
+
google-generativeai==0.3.2
|
8 |
+
altair==4.2.2
|