using new version of zstd

This commit is contained in:
Domingo Dirutigliano
2025-04-11 17:59:51 +02:00
parent 6455796841
commit 948aad983c
2 changed files with 2 additions and 3 deletions

View File

@@ -24,8 +24,7 @@ WORKDIR /execute
ADD ./backend/requirements.txt /execute/requirements.txt
RUN uv pip install --no-cache --system -r /execute/requirements.txt
RUN git clone https://github.com/domysh/brotli && cd brotli && pip install . && cd .. && rm -rf brotli && \
git clone https://github.com/domysh/python-zstd --recurse && cd python-zstd && pip install . && cd .. && rm -rf python-zstd
RUN git clone https://github.com/domysh/brotli && cd brotli && pip install . && cd .. && rm -rf brotli
COPY ./fgex-lib /execute/fgex-lib
RUN uv pip install --no-cache --system ./fgex-lib

View File

@@ -1,7 +1,7 @@
typer==0.15.2
pydantic>=2
typing-extensions>=4.7.1
zstd # waiting for pull request to be merged
zstd
brotli # waiting for pull request to be merged
watchfiles
fgex