From 8863f8354603fa26ac477c513049f1f81850f5ae Mon Sep 17 00:00:00 2001 From: EdwinWiseOne Date: Wed, 19 Jun 2024 15:18:39 -0500 Subject: [PATCH] Need some more cmds for the shell env --- Minimal/app_config.yaml | 3 +++ Panel/app_config.yaml | 3 +++ Plotly Dash/app_config.yaml | 3 +++ React/app_config.yaml | 3 +++ Streamlit/app_config.yaml | 3 +++ 5 files changed, 15 insertions(+) diff --git a/Minimal/app_config.yaml b/Minimal/app_config.yaml index 741cd82..5babf42 100644 --- a/Minimal/app_config.yaml +++ b/Minimal/app_config.yaml @@ -1,7 +1,10 @@ env_name: edge-minimal-example env_deps: - click +- oauthlib - pip +- pyyaml +- questionary - setuptools app_deps: - flask diff --git a/Panel/app_config.yaml b/Panel/app_config.yaml index 1f248da..2d0dc9e 100644 --- a/Panel/app_config.yaml +++ b/Panel/app_config.yaml @@ -1,7 +1,10 @@ env_name: edge-panel-example env_deps: - click +- oauthlib - pip +- pyyaml +- questionary - setuptools app_deps: - enthought_edge>=2.16.0 diff --git a/Plotly Dash/app_config.yaml b/Plotly Dash/app_config.yaml index d8c19a7..64376f8 100644 --- a/Plotly Dash/app_config.yaml +++ b/Plotly Dash/app_config.yaml @@ -1,7 +1,10 @@ env_name: edge-plotly-dash-example env_deps: - click +- oauthlib - pip +- pyyaml +- questionary - setuptools app_deps: - enthought_edge>=2.16.0 diff --git a/React/app_config.yaml b/React/app_config.yaml index 6fa3007..00235ca 100644 --- a/React/app_config.yaml +++ b/React/app_config.yaml @@ -2,7 +2,10 @@ env_name: edge-react-example env_deps: - click - gunicorn +- oauthlib - pip +- pyyaml +- questionary - setuptools app_deps: - enthought_edge>=2.16.0 diff --git a/Streamlit/app_config.yaml b/Streamlit/app_config.yaml index 7715770..9810610 100644 --- a/Streamlit/app_config.yaml +++ b/Streamlit/app_config.yaml @@ -1,7 +1,10 @@ env_name: edge-streamlit-example env_deps: - click +- oauthlib - pip +- pyyaml +- questionary - setuptools app_deps: - enthought_edge>=2.16.0