Browse Source

prod

master
Mohsen Taba 1 month ago
parent
commit
864f60ea8e
  1. 1
      Dockerfile.prod
  2. 4
      requirements.txt

1
Dockerfile.prod

@ -16,6 +16,7 @@ RUN apk update && apk add --no-cache \
curl \
postgresql-dev \
gcc \
g++ \
python3-dev \
musl-dev \
jpeg-dev \

4
requirements.txt

@ -72,8 +72,8 @@ paypal==1.2.5
persisting-theory==1.0
phonenumbers==8.13.37
pillow==11.0.0
numpy>=1.26
scikit-image>=0.22
numpy==1.26.4
scikit-image==0.22.0
pyoxipng>=9.0
mozjpeg-lossless-optimization>=1.3
pillow-avif-plugin>=1.4

Loading…
Cancel
Save