diff --git a/conda.recipe/meta.yaml b/conda.recipe/meta.yaml index e9790eb..545a436 100644 --- a/conda.recipe/meta.yaml +++ b/conda.recipe/meta.yaml @@ -44,7 +44,6 @@ extra: deploy: - anaconda-client - setuptools - - twine - jq channels: - bokeh diff --git a/pyproject.toml b/pyproject.toml index 527053c..e2f7115 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -39,9 +39,6 @@ tests = ['flake8', 'pytest'] build = [ 'setuptools>=40.8.0', 'jupyterlab ~=4.0', - 'twine', - 'rfc3986', - 'keyring' ] all = ["jupyter_bokeh[tests]", "jupyter_bokeh[build]"]