Skip to content

Commit

Permalink
Merge pull request #573 from grycap/devel
Browse files Browse the repository at this point in the history
Devel
  • Loading branch information
micafer authored Sep 4, 2024
2 parents eeac635 + 6ebe38a commit 1388a60
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
12 changes: 6 additions & 6 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,16 +16,16 @@ ENV PYTHONPATH=/app

RUN apk add --no-cache mariadb-dev
RUN apk add --no-cache --virtual build-deps gcc python3-dev musl-dev
RUN pip3 install --no-cache-dir gunicorn==21.2.0 && pip3 install --no-cache-dir -r /app/requirements.txt
RUN pip3 install --no-cache-dir gunicorn==23.0.0 && pip3 install --no-cache-dir -r /app/requirements.txt
RUN apk del build-deps

EXPOSE 5001

ENV WORKER_TYPE "sync"
ENV TIMEOUT 180
ENV ENABLE_HTTPS False
ENV WORKERS 4
ENV THREADS 1
ENV WORKER_TYPE="sync"
ENV TIMEOUT=180
ENV ENABLE_HTTPS=False
ENV WORKERS=4
ENV THREADS=1

COPY ./docker/start.sh /start.sh

Expand Down
16 changes: 8 additions & 8 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
Flask_Dance==7.1.0
Werkzeug==3.0.3
Werkzeug==3.0.4
Flask==3.0.3
requests==2.32.2
PyYAML==6.0.1
packaging==24.0
PyYAML==6.0.2
packaging==24.1
xmltodict==0.13.0
radl==1.3.2
cryptography==42.0.7
cryptography==43.0.1
apscheduler==3.10.4 # 3.8.1 version fails
Flask-APScheduler==1.13.1
Flask-WTF==1.2.1
hvac==2.2.0
tosca-parser==2.10.0
hvac==2.3.0
tosca-parser==2.11.0
mysqlclient==2.2.4
lxml==4.9.3
lxml==5.3.0
defusedxml==0.7.1
paramiko==3.4.0
paramiko==3.4.1

0 comments on commit 1388a60

Please sign in to comment.