From 1f2677a98e7e54a63e83bc1706af73561f331974 Mon Sep 17 00:00:00 2001 From: EdwinWiseOne Date: Wed, 19 Jun 2024 15:55:35 -0500 Subject: [PATCH] Fill out the other configs --- Panel/app_config.yaml | 3 +++ Plotly Dash/app_config.yaml | 3 +++ React/app_config.yaml | 3 +++ Streamlit/app_config.yaml | 3 +++ 4 files changed, 12 insertions(+) diff --git a/Panel/app_config.yaml b/Panel/app_config.yaml index 217f73b..fa9be96 100644 --- a/Panel/app_config.yaml +++ b/Panel/app_config.yaml @@ -2,9 +2,12 @@ env_name: edge-panel-example env_deps: edm: - click + - filetype - oauthlib - pip + - python_dateutil - pyyaml + - requests - setuptools pip: - questionary diff --git a/Plotly Dash/app_config.yaml b/Plotly Dash/app_config.yaml index c76bbca..a5971d8 100644 --- a/Plotly Dash/app_config.yaml +++ b/Plotly Dash/app_config.yaml @@ -2,9 +2,12 @@ env_name: edge-plotly-dash-example env_deps: edm: - click + - filetype - oauthlib - pip + - python_dateutil - pyyaml + - requests - setuptools pip: - questionary diff --git a/React/app_config.yaml b/React/app_config.yaml index c69c26e..48f6da1 100644 --- a/React/app_config.yaml +++ b/React/app_config.yaml @@ -2,10 +2,13 @@ env_name: edge-react-example env_deps: edm: - click + - filetype - gunicorn - oauthlib - pip + - python_dateutil - pyyaml + - requests - setuptools pip: - questionary diff --git a/Streamlit/app_config.yaml b/Streamlit/app_config.yaml index 5afd67a..7e6cdc3 100644 --- a/Streamlit/app_config.yaml +++ b/Streamlit/app_config.yaml @@ -2,9 +2,12 @@ env_name: edge-streamlit-example env_deps: edm: - click + - filetype - oauthlib - pip + - python_dateutil - pyyaml + - requests - setuptools pip: - questionary