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