Update install.sh

This commit is contained in:
Dita Aji Pratama 2024-06-19 17:20:05 +07:00
parent 56586d1d5d
commit 480a275246

View File

@ -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]