Update install.sh
This commit is contained in:
parent
56586d1d5d
commit
480a275246
@ -4,3 +4,7 @@ pip install bottle # Micro Framework
|
|||||||
pip install gunicorn # WSGI Server Backend
|
pip install gunicorn # WSGI Server Backend
|
||||||
pip install beaker # Session & caching library
|
pip install beaker # Session & caching library
|
||||||
pip install mako # Template library
|
pip install mako # Template library
|
||||||
|
pip install mysql-connector # Database
|
||||||
|
|
||||||
|
pip install bcrypt
|
||||||
|
pip install pyjwt[crypto]
|
||||||
|
Loading…
Reference in New Issue
Block a user