Skip to content

Commit

Permalink
Add prod requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
lemonyte committed Apr 6, 2024
1 parent b388a63 commit a794bce
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions requirements-prod.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
uvicorn[standard]~=0.29.0
2 changes: 1 addition & 1 deletion update.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ git reset --hard origin/main

. .venv/bin/activate
pip install -r requirements.txt
pip install uvicorn[standard]
pip install -r requirements-prod.txt

sudo systemctl restart ferry-planner.service

0 comments on commit a794bce

Please sign in to comment.