diff --git a/.dev/edge-native-base/config.py b/.dev/edge-native-base/config.py index 6686715..250976d 100644 --- a/.dev/edge-native-base/config.py +++ b/.dev/edge-native-base/config.py @@ -42,7 +42,7 @@ "packaging", "pip", "pyparsing", - "setuptools==59.8.0-1", + "setuptools", "six", "click", "requests", diff --git a/Externally-Hosted/bootstrap.py b/Externally-Hosted/bootstrap.py index c4b068f..8e76d0c 100644 --- a/Externally-Hosted/bootstrap.py +++ b/Externally-Hosted/bootstrap.py @@ -14,7 +14,7 @@ import subprocess ENV_NAME = "edge-externally-hosted-example" -EDM_DEPS = ["click", "pip", "setuptools==59.8.0-1", "authlib", "flask>2", "gunicorn", "requests"] +EDM_DEPS = ["click", "pip", "setuptools", "authlib", "flask>2", "gunicorn", "requests"] PIP_DEPS = ["Flask-Session"] diff --git a/Minimal/bootstrap.py b/Minimal/bootstrap.py index cae6546..630fcb1 100644 --- a/Minimal/bootstrap.py +++ b/Minimal/bootstrap.py @@ -15,7 +15,7 @@ import subprocess ENV_NAME = "edge-minimal-example" -EDM_DEPS = ["click", "pip", "setuptools==59.8.0-1"] +EDM_DEPS = ["click", "pip", "setuptools"] PIP_DEPS = ["jupyterhub==2.2.2", "sqlalchemy<2", "dockerspawner"] diff --git a/Panel/bootstrap.py b/Panel/bootstrap.py index 0583abf..43820c2 100644 --- a/Panel/bootstrap.py +++ b/Panel/bootstrap.py @@ -15,7 +15,7 @@ import subprocess ENV_NAME = "edge-panel-example" -EDM_DEPS = ["click", "pip", "setuptools==59.8.0-1"] +EDM_DEPS = ["click", "pip", "setuptools"] PIP_DEPS = ["jupyterhub==2.2.2", "sqlalchemy<2", "dockerspawner"] diff --git a/Panel/ci/__main__.py b/Panel/ci/__main__.py index 843afb5..fcaecfd 100644 --- a/Panel/ci/__main__.py +++ b/Panel/ci/__main__.py @@ -31,7 +31,7 @@ "packaging", "pip", "pyparsing", - "setuptools==59.8.0-1", + "setuptools", "six", "click", "panel", diff --git a/Plotly Dash/bootstrap.py b/Plotly Dash/bootstrap.py index 76d4d82..a86c945 100644 --- a/Plotly Dash/bootstrap.py +++ b/Plotly Dash/bootstrap.py @@ -15,7 +15,7 @@ import subprocess ENV_NAME = "edge-plotly-dash-example" -EDM_DEPS = ["click", "pip", "setuptools==59.8.0-1"] +EDM_DEPS = ["click", "pip", "setuptools"] PIP_DEPS = ["jupyterhub==2.2.2", "sqlalchemy<2", "dockerspawner"] diff --git a/Plotly Dash/ci/__main__.py b/Plotly Dash/ci/__main__.py index 5b3aa6f..05d8bae 100644 --- a/Plotly Dash/ci/__main__.py +++ b/Plotly Dash/ci/__main__.py @@ -31,7 +31,7 @@ "packaging", "pip", "pyparsing", - "setuptools==59.8.0-1", + "setuptools", "six", "click", "requests", diff --git a/React/bootstrap.py b/React/bootstrap.py index 9d7b266..8d74186 100644 --- a/React/bootstrap.py +++ b/React/bootstrap.py @@ -15,7 +15,7 @@ import subprocess ENV_NAME = "edge-react-example" -EDM_DEPS = ["click", "pip", "setuptools==59.8.0-1"] +EDM_DEPS = ["click", "pip", "setuptools"] PIP_DEPS = ["jupyterhub==2.2.2", "sqlalchemy<2", "dockerspawner"] diff --git a/React/ci/__main__.py b/React/ci/__main__.py index f59b9c9..1a1368a 100644 --- a/React/ci/__main__.py +++ b/React/ci/__main__.py @@ -31,7 +31,7 @@ "packaging", "pip", "pyparsing", - "setuptools==59.8.0-1", + "setuptools", "six", "click", "flask>2", diff --git a/Streamlit/bootstrap.py b/Streamlit/bootstrap.py index ad4147c..e8cc6b4 100644 --- a/Streamlit/bootstrap.py +++ b/Streamlit/bootstrap.py @@ -15,7 +15,7 @@ import subprocess ENV_NAME = "edge-streamlit-example" -EDM_DEPS = ["click", "pip", "setuptools==59.8.0-1"] +EDM_DEPS = ["click", "pip", "setuptools"] PIP_DEPS = ["jupyterhub==2.2.2", "sqlalchemy<2", "dockerspawner"] diff --git a/Streamlit/ci/__main__.py b/Streamlit/ci/__main__.py index 1a4f691..bb63809 100644 --- a/Streamlit/ci/__main__.py +++ b/Streamlit/ci/__main__.py @@ -31,7 +31,7 @@ "packaging", "pip", "pyparsing", - "setuptools==59.8.0-1", + "setuptools", "six", "requests", ] diff --git a/Tools/bootstrap.py b/Tools/bootstrap.py index a009040..0baeb00 100644 --- a/Tools/bootstrap.py +++ b/Tools/bootstrap.py @@ -15,7 +15,7 @@ import subprocess ENV_NAME = "edge-preflight-tool" -EDM_DEPS = ["click", "pip", "setuptools==59.8.0-1"] +EDM_DEPS = ["click", "pip", "setuptools"] PIP_DEPS = ["jupyterhub==2.2.2", "sqlalchemy<2", "dockerspawner"]