Skip to content

Commit c28a435

Browse files
authored
fix: flex-linux-setup download pyjwt and cryptography instead of gcs (#724)
1 parent 86c4cdb commit c28a435

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

flex-linux-setup/flex_linux_setup/flex_setup.py

+3-1
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,9 @@ def download_jans_install_py(setup_branch):
119119
from setup_app.utils import base
120120
downloads.base.current_app.app_info = base.readJsonFile(os.path.join(__STATIC_SETUP_DIR__, 'app_info.json'))
121121
downloads.download_sqlalchemy()
122-
downloads.download_gcs()
122+
downloads.download_cryptography()
123+
downloads.download_pyjwt()
124+
123125

124126
install_components = {
125127
'admin_ui': argsp.install_admin_ui,

0 commit comments

Comments
 (0)