Jinja2, weasyprint und python-docx waren auf Live manuell ins venv installiert, fehlten aber in requirements.txt — Folge: auf Staging waren sie nicht installiert, Bericht-Export warf 500 (ModuleNotFoundError). Jetzt im Repo dokumentiert, beim Aufsetzen neuer Umgebungen ist alles vollständig. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
19 Zeilen
310 B
Plaintext
19 Zeilen
310 B
Plaintext
fastapi==0.115.6
|
|
uvicorn[standard]==0.34.0
|
|
python-jose[cryptography]
|
|
bcrypt
|
|
aiosqlite
|
|
feedparser
|
|
httpx
|
|
apscheduler==3.10.4
|
|
websockets
|
|
python-multipart
|
|
aiosmtplib
|
|
geonamescache>=2.0
|
|
telethon
|
|
# Bericht-Export (PDF via WeasyPrint + DOCX via python-docx)
|
|
Jinja2>=3.1
|
|
weasyprint>=68.0
|
|
python-docx>=1.2
|
|
pikepdf>=9.0
|