diora-web/requirements.txt
marwin 391d733c1b
All checks were successful
Build and push Docker image / build (push) Successful in 31s
Test / test (push) Successful in 15s
Use gevent workers in gunicorn to fix SSE blocking
SSE connections for radio streams were blocking sync gunicorn workers,
leaving the app unresponsive. Switching to gevent with 4 workers and
a higher timeout fixes concurrent SSE + normal request handling.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-19 19:15:01 +01:00

7 lines
103 B
Text

django>=4.2
pylast>=5.2
requests>=2.31
python-dotenv>=1.0
whitenoise>=6.6
feedparser>=6.0
gevent>=24.0