textual serve (python -m textual) startete immer die eingebaute Demo. Lösung: textual-serve Paket (v1.1.3) mit eigenem serve_tui.py Einstiegspunkt. Pro Browser-Verbindung wird tui_standalone.py als eigener Subprocess gestartet. Starten: python serve_tui.py --host 0.0.0.0 --port 8001
18 lines
356 B
Plaintext
18 lines
356 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
|
|
python-jose[cryptography]>=3.3.0
|
|
bcrypt>=4.0.0
|
|
textual-serve>=1.1.0
|