Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
abrahammartin authored Nov 30, 2019
1 parent 512bf6b commit 8a8c37f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion redeploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ git merge --ff-only

# Install any new Python modules
cd tfc_web
pip3 install -r requirements.txt
pip3 install -U -r requirements.txt

# Run migrations
./manage.py migrate
Expand Down

0 comments on commit 8a8c37f

Please sign in to comment.