Skip to content

Commit

Permalink
fix: flex-linux-setup download pyjwt and cryptography instead of gcs (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
devrimyatar authored Jan 19, 2023
1 parent 86c4cdb commit c28a435
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion flex-linux-setup/flex_linux_setup/flex_setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,9 @@ def download_jans_install_py(setup_branch):
from setup_app.utils import base
downloads.base.current_app.app_info = base.readJsonFile(os.path.join(__STATIC_SETUP_DIR__, 'app_info.json'))
downloads.download_sqlalchemy()
downloads.download_gcs()
downloads.download_cryptography()
downloads.download_pyjwt()


install_components = {
'admin_ui': argsp.install_admin_ui,
Expand Down

0 comments on commit c28a435

Please sign in to comment.