Skip to content

Commit

Permalink
Update flask
Browse files Browse the repository at this point in the history
  • Loading branch information
mboudet committed Jan 4, 2024
1 parent 01918be commit 919e1c3
Show file tree
Hide file tree
Showing 3 changed files with 1,222 additions and 663 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM alpine:3.13
FROM alpine:3.19

MAINTAINER "Xavier Garnier <[email protected]>"

Expand All @@ -10,7 +10,7 @@ RUN apk add --no-cache --update \
gcc g++ libstdc++ make \
zlib-dev libzip-dev bzip2-dev xz-dev \
cython python3 python3-dev \
build-base openldap-dev python2-dev \
build-base openldap-dev \
py3-numpy \
nodejs-current npm \
git bash && \
Expand All @@ -22,5 +22,5 @@ RUN apk add --no-cache --update \
mv /Pipfile /askomics/Pipfile && \
mv /Pipfile.lock /askomics/Pipfile.lock && \
pip install -r requirements.txt && \
pipenv install && \
pipenv install
rm /askomics/requirements.txt /askomics/Pipfile /askomics/Pipfile.lock
9 changes: 5 additions & 4 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ verify_ssl = true
name = "pypi"

[packages]
werkzeug = "==0.16.1"
flask = "<2"
werkzeug = "*"
flask = "<3"
flask-reverse-proxy-fix = "*"
validate-email = "*"
gunicorn = "*"
Expand All @@ -17,8 +17,8 @@ celery = "*"
redis = "*"
watchdog = "*"
gitpython = "*"
biopython = "*"
bcbio-gff = "*"
biopython = "==1.81"
bcbio-gff = "==0.7.0"
bioblend = "*"
pysam = "*"
pybedtools = "*"
Expand All @@ -29,6 +29,7 @@ tld = "*"
argh = "*"
python-ldap = "*"
python-dateutil = "*"
markupsafe = "*"

[dev-packages]
pytest = "*"
Expand Down
Loading

0 comments on commit 919e1c3

Please sign in to comment.