Upload requirements.txt
Browse files- src/requirements.txt +15 -0
src/requirements.txt
ADDED
|
@@ -0,0 +1,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
streamlit>=1.42.0
|
| 2 |
+
groq>=0.4.0
|
| 3 |
+
requests>=2.31.0
|
| 4 |
+
numpy>=1.26.3
|
| 5 |
+
beautifulsoup4>=4.12.2
|
| 6 |
+
PyPDF2>=3.0.1
|
| 7 |
+
python-docx>=1.1.0
|
| 8 |
+
pytz>=2024.1
|
| 9 |
+
python-pptx>=0.6.21
|
| 10 |
+
reportlab>=4.0.0
|
| 11 |
+
pandas
|
| 12 |
+
openpyxl
|
| 13 |
+
xlsxwriter
|
| 14 |
+
|
| 15 |
+
|