Skip to content

Commit

Permalink
Fill out the other configs
Browse files Browse the repository at this point in the history
  • Loading branch information
EdwinWiseOne committed Jun 19, 2024
1 parent e896f60 commit 1f2677a
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Panel/app_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,12 @@ env_name: edge-panel-example
env_deps:
edm:
- click
- filetype
- oauthlib
- pip
- python_dateutil
- pyyaml
- requests
- setuptools
pip:
- questionary
Expand Down
3 changes: 3 additions & 0 deletions Plotly Dash/app_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,12 @@ env_name: edge-plotly-dash-example
env_deps:
edm:
- click
- filetype
- oauthlib
- pip
- python_dateutil
- pyyaml
- requests
- setuptools
pip:
- questionary
Expand Down
3 changes: 3 additions & 0 deletions React/app_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,13 @@ env_name: edge-react-example
env_deps:
edm:
- click
- filetype
- gunicorn
- oauthlib
- pip
- python_dateutil
- pyyaml
- requests
- setuptools
pip:
- questionary
Expand Down
3 changes: 3 additions & 0 deletions Streamlit/app_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,12 @@ env_name: edge-streamlit-example
env_deps:
edm:
- click
- filetype
- oauthlib
- pip
- python_dateutil
- pyyaml
- requests
- setuptools
pip:
- questionary
Expand Down

0 comments on commit 1f2677a

Please sign in to comment.