File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- # =============================================================================
2- # CSAT-Compass — Python afhankelijkheden
3- # Gegenereerd op: 19/03/2026 | Python .venv
4- # =============================================================================
5-
6- # --- Fase 1: Data laden (SQL + CSV) ---
7- pandas >= 2.3.0
8- openpyxl >= 3.1.0
9- sqlalchemy >= 2.0.0
10- pyodbc >= 5.0.0
11-
12- # --- Fase 2: Rapportage + templates (NL/FR) ---
13- jinja2 >= 3.1.0
14- markdown >= 3.4.0
15- babel >= 2.14 .0
16- weasyprint >= 60.0
17-
18- # --- Fase 3-4: Visualisatie ---
19- matplotlib >= 3.7.0
20- seaborn >= 0.12.0
21- plotly >= 5.20.0
22-
23- # --- Fase 5: Dashboard ---
24- streamlit >= 1.32.0
25- streamlit-js-eval >= 1.0.0
26-
27- # --- Utilities ---
28- python-dotenv >= 1.0.0
29- loguru >= 0.7.0
30-
31- # --- Security overrides (transitieve afhankelijkheden gepind wegens CVE) ---
32- pygments >= 2.20.0 # CVE-2026-4539: ReDoS in AdlLexer — fix in 2.20.0
33- pillow >= 12.2.0 # CVE-2026-40192: decompression bomb in FITS decoder — fix in 12.2.0
34-
35- # --- Testing ---
36- pytest >= 9.0.3
37- pytest-cov >= 4.1.0
1+ # =============================================================================
2+ # CSAT-Compass — Python afhankelijkheden
3+ # Gegenereerd op: 19/03/2026 | Python .venv
4+ # =============================================================================
5+
6+ # --- Fase 1: Data laden (SQL + CSV) ---
7+ pandas >= 2.3.0
8+ openpyxl >= 3.1.0
9+ sqlalchemy >= 2.0.0
10+ pyodbc >= 5.0.0
11+
12+ # --- Fase 2: Rapportage + templates (NL/FR) ---
13+ jinja2 >= 3.1.0
14+ markdown >= 3.4.0
15+ babel >= 2.18 .0
16+ weasyprint >= 60.0
17+
18+ # --- Fase 3-4: Visualisatie ---
19+ matplotlib >= 3.7.0
20+ seaborn >= 0.12.0
21+ plotly >= 5.20.0
22+
23+ # --- Fase 5: Dashboard ---
24+ streamlit >= 1.32.0
25+ streamlit-js-eval >= 1.0.0
26+
27+ # --- Utilities ---
28+ python-dotenv >= 1.0.0
29+ loguru >= 0.7.0
30+
31+ # --- Security overrides (transitieve afhankelijkheden gepind wegens CVE) ---
32+ pygments >= 2.20.0 # CVE-2026-4539: ReDoS in AdlLexer — fix in 2.20.0
33+ pillow >= 12.2.0 # CVE-2026-40192: decompression bomb in FITS decoder — fix in 12.2.0
34+
35+ # --- Testing ---
36+ pytest >= 9.0.3
37+ pytest-cov >= 4.1.0
You can’t perform that action at this time.
0 commit comments