Skip to content

Commit

Permalink
Force a recent version of flask-smorest.
Browse files Browse the repository at this point in the history
  • Loading branch information
guydavis committed Oct 3, 2023
1 parent 290ea32 commit 488f6b8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
2 changes: 1 addition & 1 deletion docker/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apscheduler
click
jinja2
flask
flask-smorest
flask-smorest >= 0.42.1
python-dotenv
marshmallow
sqlalchemy
Expand Down
5 changes: 0 additions & 5 deletions scripts/machinaris_install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,6 @@ cd /chia-blockchain

venv/bin/pip3 install -r /machinaris/docker/requirements.txt

# Issue with stale flask-smorest, force an install
./venv/bin/pip list installed | grep smorest
./venv/bin/pip install --force flask-smorest
./venv/bin/pip list installed | grep smorest

cp -f /machinaris/docker/entrypoint.sh /chia-blockchain/

chmod 755 /machinaris/scripts/* /chia-blockchain/entrypoint.sh
Expand Down

0 comments on commit 488f6b8

Please sign in to comment.