From 480a275246f0b8820491328f3976e03057610918 Mon Sep 17 00:00:00 2001 From: ditaajipratama Date: Wed, 19 Jun 2024 17:20:05 +0700 Subject: [PATCH] Update install.sh --- app/install.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/app/install.sh b/app/install.sh index 150b2d2..25a009c 100644 --- a/app/install.sh +++ b/app/install.sh @@ -4,3 +4,7 @@ pip install bottle # Micro Framework pip install gunicorn # WSGI Server Backend pip install beaker # Session & caching library pip install mako # Template library +pip install mysql-connector # Database + +pip install bcrypt +pip install pyjwt[crypto]