From 89b234e67074ab2ee21b553c09d531941b2687be Mon Sep 17 00:00:00 2001 From: Domingo Dirutigliano Date: Mon, 15 Sep 2025 10:19:31 +0200 Subject: [PATCH] Pointed to a specific brotli version on google repo due to a tmp rollback --- backend/requirements.txt | 2 +- start.py => run.py | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename start.py => run.py (100%) diff --git a/backend/requirements.txt b/backend/requirements.txt index 38e848a..47b95d0 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -5,5 +5,5 @@ passlib[bcrypt] psutil python-jose[cryptography] python-socketio -git+https://github.com/google/brotli +git+https://github.com/google/brotli.git@35d4992ac8eb1eca3b6c5f220e76cfc8b7e470aa #git+https://salsa.debian.org/pkg-netfilter-team/pkg-nftables#egg=nftables&subdirectory=py diff --git a/start.py b/run.py similarity index 100% rename from start.py rename to run.py