Skip to content

Commit

Permalink
Merge pull request #48 from joemoorhouse/v0.20.0_2
Browse files Browse the repository at this point in the history
Bump version
  • Loading branch information
joemoorhouse authored Dec 20, 2023
2 parents 5e6936c + 2a94a0c commit 12f6e51
Show file tree
Hide file tree
Showing 5 changed files with 36 additions and 1,185 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ RUN \
# Install shadow-utils for adduser functionality
microdnf -y install shadow-utils \
# Install Python 3.9
&& microdnf -y install python39 \
&& microdnf -y install python38 \
# Install application
&& pip3 install . \
# Clean up unnecessary data
Expand Down
2 changes: 1 addition & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ name = "pypi"
waitress = "*"
Flask = "*"
flask-cors = "*"
physrisk-lib = "==0.19.0"
physrisk-lib = "==0.20.0"
flask-jwt-extended = "*"

[dev-packages]
Expand Down
Loading

0 comments on commit 12f6e51

Please sign in to comment.