using brotli version from google (merged from domysh/brotli)

This commit is contained in:
Domingo Dirutigliano
2025-09-04 17:29:39 +02:00
parent 760529e37a
commit 8d78c5df6a
3 changed files with 3 additions and 5 deletions

View File

@@ -38,11 +38,8 @@ ADD ./backend/requirements.txt /execute/requirements.txt
COPY ./fgex-lib /execute/fgex-lib COPY ./fgex-lib /execute/fgex-lib
RUN dnf install -y gcc-c++ python3.13-devel uv git &&\ RUN dnf install -y gcc-c++ python3.13-devel uv git &&\
git clone https://github.com/domysh/brotli &&\
cd brotli && uv pip install --no-cache --system . &&\
cd .. && rm -rf brotli &&\
uv pip install --no-cache --system -r /execute/requirements.txt &&\
uv pip install --no-cache --system ./fgex-lib &&\ uv pip install --no-cache --system ./fgex-lib &&\
uv pip install --no-cache --system -r /execute/requirements.txt &&\
dnf remove -y gcc-c++ python3.13-devel uv git dnf remove -y gcc-c++ python3.13-devel uv git
COPY ./backend/ /execute/ COPY ./backend/ /execute/

View File

@@ -5,4 +5,5 @@ passlib[bcrypt]
psutil psutil
python-jose[cryptography] python-jose[cryptography]
python-socketio python-socketio
git+https://github.com/google/brotli
#git+https://salsa.debian.org/pkg-netfilter-team/pkg-nftables#egg=nftables&subdirectory=py #git+https://salsa.debian.org/pkg-netfilter-team/pkg-nftables#egg=nftables&subdirectory=py

View File

@@ -3,8 +3,8 @@ pydantic>=2
typing-extensions>=4.7.1 typing-extensions>=4.7.1
pycryptodome pycryptodome
zstd zstd
brotli # waiting for pull request to be merged
watchfiles watchfiles
fgex fgex
websockets websockets
brotli
pyllhttp pyllhttp