removed unneeded celery and redis pip install

This commit is contained in:
Floris Claessens 2026-02-01 23:22:41 +01:00
parent c9798df163
commit 69316a347e

View File

@ -44,7 +44,7 @@ $STD npm run build:css:sass
$STD uv venv
$STD uv pip install .
$STD uv pip install gunicorn celery django-redis psycopg2-binary
$STD uv pip install gunicorn psycopg2-binary
SECRET_KEY=$(openssl rand -base64 40)