From 456af2c9a99d84013ff5a875befd2aa1a29dbba9 Mon Sep 17 00:00:00 2001 From: Philipp Rudiger Date: Wed, 14 Feb 2024 11:09:21 +0100 Subject: [PATCH] Drop twine dep --- conda.recipe/meta.yaml | 1 - pyproject.toml | 3 --- 2 files changed, 4 deletions(-) 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]"]