-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrequirements-ci.txt
More file actions
35 lines (28 loc) · 1.19 KB
/
Copy pathrequirements-ci.txt
File metadata and controls
35 lines (28 loc) · 1.19 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
# =============================================================================
# CSAT-Compass — CI-afhankelijkheden (GitHub Actions / Ubuntu)
# Bevat alleen wat nodig is om de testsuite te draaien.
# WeasyPrint wordt weggelaten — vereist system-level libraries op Ubuntu
# (Cairo, pango, etc.) die niet beschikbaar zijn in de standaard runner.
# Streamlit en plotly worden WEL meegenomen — installeren zonder system-deps
# en zijn vereist om app.py via importlib te laden in test_render_sortable_table.
# =============================================================================
# --- Data laden (SQL + CSV) ---
pandas>=2.3.0
openpyxl>=3.1.0
sqlalchemy>=2.0.0
pyodbc>=5.0.0 # vereist: sudo apt-get install -y unixodbc-dev
# --- Visualisatie (matplotlib — geen system-deps op Ubuntu) ---
matplotlib>=3.7.0
# --- Dashboard (streamlit + plotly — geen system-deps op Ubuntu) ---
streamlit>=1.32.0
plotly>=5.20.0
# --- Utilities ---
python-dotenv>=1.0.0
loguru>=0.7.0
jinja2>=3.1.0 # rapport-templates (ReportExporter)
# --- Type stubs (mypy in CI) ---
pandas-stubs>=3.0.0
# --- Testing ---
pytest>=9.0.3
pytest-cov>=4.0
pytest-randomly>=3.15 # vereist door addopts: -p randomly