Update requirements.txt
Browse files- requirements.txt +11 -14
requirements.txt
CHANGED
|
@@ -1,15 +1,12 @@
|
|
| 1 |
-
streamlit
|
| 2 |
-
groq
|
| 3 |
-
requests
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
|
| 7 |
-
|
| 8 |
-
|
| 9 |
-
python-pptx>=0.6.21
|
| 10 |
-
reportlab>=4.0.0
|
| 11 |
-
pandas
|
| 12 |
openpyxl
|
| 13 |
-
|
| 14 |
-
|
| 15 |
-
|
|
|
|
| 1 |
+
streamlit
|
| 2 |
+
groq
|
| 3 |
+
requests
|
| 4 |
+
beautifulsoup4
|
| 5 |
+
PyPDF2
|
| 6 |
+
python-docx
|
| 7 |
+
pytz
|
| 8 |
+
python-pptx
|
|
|
|
|
|
|
|
|
|
| 9 |
openpyxl
|
| 10 |
+
pandas
|
| 11 |
+
matplotlib
|
| 12 |
+
numpy
|