Files
MCM/requirements.txt
itdrui.de 0e2a8a6bc0 feat: TUI als Browser-App via textual serve
TUI von direkten Service-Importen auf httpx API-Calls umgestellt.
Neue tui/api_client.py als schlanker async HTTP-Client. Background-
Worker pollt API alle 5s für Echtzeit-Updates. Neuer tui_standalone.py
Entry-Point für 'textual serve --port 8001 tui_standalone.py'.
2026-03-04 20:45:55 +01:00

15 lines
288 B
Plaintext

fastapi>=0.115.0
uvicorn[standard]>=0.30.0
pydantic>=2.7.0
pydantic-settings>=2.3.0
sqlalchemy>=2.0.30
PyMySQL>=1.1.0
cryptography>=42.0.0
python-telegram-bot[job-queue]>=21.0
aiohttp>=3.9.0
python-gsmmodem-new>=0.10
apscheduler>=3.10.4
textual>=0.75.0
python-dotenv>=1.0.0
httpx>=0.27.0