Update requirements.txt
Browse files- requirements.txt +15 -1
requirements.txt
CHANGED
@@ -20,4 +20,18 @@ streamlit
|
|
20 |
openpyxl
|
21 |
python-docx
|
22 |
openpyxl
|
23 |
-
pdfkit==1.0.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
20 |
openpyxl
|
21 |
python-docx
|
22 |
openpyxl
|
23 |
+
pdfkit==1.0.0
|
24 |
+
pycountry==23.12.11
|
25 |
+
watchdog==3.0
|
26 |
+
reportlab>=3.6.0
|
27 |
+
pycountry==23.12.11
|
28 |
+
watchdog==3.0
|
29 |
+
folium==0.16.0
|
30 |
+
streamlit-folium==0.18.0
|
31 |
+
python-dotenv==1.0.0
|
32 |
+
jsonschema==4.19.0
|
33 |
+
pytest==7.4.0
|
34 |
+
pytest-cov==4.1.0
|
35 |
+
reportlab==4.0.8
|
36 |
+
rouge-score==0.1.2
|
37 |
+
python-Levenshtein==0.25.1
|