- Introduced the `report_export` widget to the dashboard, allowing users to generate structured PDF reports. - Updated widget configuration to include `report_export` in the allowed widgets and added validation for its configuration. - Enhanced the widget catalog with details for the new `report_export` entry. - Implemented API endpoints for managing report profiles and generating PDFs. - Added frontend components for configuring and displaying report settings. - Updated tests to ensure proper validation and functionality of the new report generation features. - Bumped application version to reflect the addition of the new widget and related functionalities.
15 lines
305 B
Plaintext
15 lines
305 B
Plaintext
fastapi==0.111.0
|
|
uvicorn[standard]==0.29.0
|
|
anthropic==0.26.0
|
|
python-multipart==0.0.9
|
|
Pillow==10.3.0
|
|
aiofiles==23.2.1
|
|
pydantic==2.7.1
|
|
bcrypt==4.1.3
|
|
slowapi==0.1.9
|
|
psycopg2-binary==2.9.9
|
|
python-dateutil==2.9.0
|
|
tzdata>=2024.1 # ZoneInfo (Europe/Berlin) auch unter Windows
|
|
matplotlib==3.8.4
|
|
reportlab==4.2.0
|