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]