Skip to content

Commit

Permalink
Exclude bootstrap
Browse files Browse the repository at this point in the history
  • Loading branch information
EdwinWiseOne committed Jun 20, 2024
1 parent 1f2677a commit 9123c15
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 10 deletions.
6 changes: 4 additions & 2 deletions Minimal/app_config.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
env_name: edge-minimal-example
framework: generic
app_id: null
env_deps:
edm:
- click
Expand All @@ -19,5 +21,5 @@ app_deps:
- enthought_edge
cmd_deps:
- docker
framework: generic
app_id: null
exclude:
- bootstrap.py
6 changes: 4 additions & 2 deletions Panel/app_config.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
env_name: edge-panel-example
framework: panel
app_id: null
env_deps:
edm:
- click
Expand Down Expand Up @@ -26,5 +28,5 @@ app_deps:
- matplotlib
cmd_deps:
- docker
framework: panel
app_id: null
exclude:
- bootstrap.py
6 changes: 4 additions & 2 deletions Plotly Dash/app_config.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
env_name: edge-plotly-dash-example
framework: plotly-dash
app_id: null
env_deps:
edm:
- click
Expand Down Expand Up @@ -27,5 +29,5 @@ app_deps:
- dash
cmd_deps:
- docker
framework: plotly-dash
app_id: null
exclude:
- bootstrap.py
6 changes: 4 additions & 2 deletions React/app_config.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
env_name: edge-react-example
framework: react
app_id: null
env_deps:
edm:
- click
Expand Down Expand Up @@ -27,5 +29,5 @@ app_deps:
- opencv_python
cmd_deps:
- docker
framework: react
app_id: null
exclude:
- bootstrap.py
6 changes: 4 additions & 2 deletions Streamlit/app_config.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
env_name: edge-streamlit-example
framework: streamlit
app_id: null
env_deps:
edm:
- click
Expand All @@ -23,5 +25,5 @@ app_deps:
- requests
cmd_deps:
- docker
framework: streamlit
app_id: null
exclude:
- bootstrap.py

0 comments on commit 9123c15

Please sign in to comment.