From: Guillaume Pellerin Date: Thu, 18 Apr 2024 14:37:34 +0000 (+0200) Subject: rm daphne X-Git-Tag: 2.9.0~11 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=dd22aa2cf2c313962c7d68af3e19b356a02b9c6f;p=teleforma.git rm daphne --- diff --git a/app/asgi.sh b/app/asgi.sh index 85985143..804b68f6 100755 --- a/app/asgi.sh +++ b/app/asgi.sh @@ -13,14 +13,6 @@ loglevel=error #Options: 'critical', 'error', 'warning', 'info', 'debug', 'trace if [ "$1" = "--runserver" ]; then python $manage runserver 0.0.0.0:8000 else - # static files auto update - # watchmedo shell-command --patterns="$patterns" --recursive \ - # --command='python '$manage' collectstatic --noinput' $app & - #daphne -b 0.0.0.0 -p 8000 asgi:application - rm $sock - uvicorn asgi:application --uds $sock --log-level $loglevel --workers $workers --ws websockets fi - - diff --git a/poetry.lock b/poetry.lock index 6e8ce141..937468dd 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2308,4 +2308,4 @@ testing = ["coverage (>=5.0.3)", "zope.event", "zope.testing"] [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "4cf028e943026869874560f5d055880af20ed0c82666502201712caf1a75ae3d" +content-hash = "e4c0fb2ee0b9e0f2d378d1f2b6c57a4e6c2789419f70025ef40ba226bcecab24" diff --git a/pyproject.toml b/pyproject.toml index 64ccf1e7..cf6cbd8c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,7 +12,6 @@ bigbluebutton-api-python = "0.0.11" channels = "3.0.4" channels-redis = "3.4.0" docutils = "0.17.1" -daphne = "3.0.2" django = "3.2.25" djangorestframework = "3.13.1" django-debug-toolbar = "3.2.1"