Skip to content

Commit

Permalink
Need some more cmds for the shell env
Browse files Browse the repository at this point in the history
  • Loading branch information
EdwinWiseOne committed Jun 19, 2024
1 parent caf2fcf commit 8863f83
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Minimal/app_config.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
env_name: edge-minimal-example
env_deps:
- click
- oauthlib
- pip
- pyyaml
- questionary
- setuptools
app_deps:
- flask
Expand Down
3 changes: 3 additions & 0 deletions Panel/app_config.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
env_name: edge-panel-example
env_deps:
- click
- oauthlib
- pip
- pyyaml
- questionary
- setuptools
app_deps:
- enthought_edge>=2.16.0
Expand Down
3 changes: 3 additions & 0 deletions Plotly Dash/app_config.yaml
Original file line number Diff line number Diff line change
@@ -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
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,7 +2,10 @@ env_name: edge-react-example
env_deps:
- click
- gunicorn
- oauthlib
- pip
- pyyaml
- questionary
- setuptools
app_deps:
- enthought_edge>=2.16.0
Expand Down
3 changes: 3 additions & 0 deletions Streamlit/app_config.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
env_name: edge-streamlit-example
env_deps:
- click
- oauthlib
- pip
- pyyaml
- questionary
- setuptools
app_deps:
- enthought_edge>=2.16.0
Expand Down

0 comments on commit 8863f83

Please sign in to comment.