Skip to content

Commit

Permalink
Change edge dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
EdwinWiseOne committed Jun 26, 2024
1 parent 41512ec commit 3c7d0fc
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Minimal/app_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ organisation: enthought
env_deps:
edm:
- click
- enthought_edge
- filetype
- oauthlib
- pip
Expand All @@ -17,7 +18,6 @@ env_deps:
- setuptools
pip:
- questionary
- src_edge/src
app_deps:
- flask
- setuptools
Expand Down
2 changes: 1 addition & 1 deletion Panel/app_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ organisation: enthought
env_deps:
edm:
- click
- enthought_edge
- filetype
- oauthlib
- pip
Expand All @@ -17,7 +18,6 @@ env_deps:
- setuptools
pip:
- questionary
- src_edge/src
app_deps:
- enthought_edge>=2.16.0
- appdirs
Expand Down
2 changes: 1 addition & 1 deletion Plotly Dash/app_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ organisation: enthought
env_deps:
edm:
- click
- enthought_edge
- filetype
- oauthlib
- pip
Expand All @@ -17,7 +18,6 @@ env_deps:
- setuptools
pip:
- questionary
- src_edge/src
app_deps:
- enthought_edge>=2.16.0
- appdirs
Expand Down
2 changes: 1 addition & 1 deletion React/app_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ organisation: enthought
env_deps:
edm:
- click
- enthought_edge
- filetype
- gunicorn
- oauthlib
Expand All @@ -18,7 +19,6 @@ env_deps:
- setuptools
pip:
- questionary
- src_edge/src
app_deps:
- enthought_edge>=2.16.0
- appdirs
Expand Down
2 changes: 1 addition & 1 deletion Streamlit/app_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ organisation: enthought
env_deps:
edm:
- click
- enthought_edge
- filetype
- oauthlib
- pip
Expand All @@ -17,7 +18,6 @@ env_deps:
- setuptools
pip:
- questionary
- src_edge/src
app_deps:
- enthought_edge>=2.16.0
- appdirs
Expand Down

0 comments on commit 3c7d0fc

Please sign in to comment.