Skip to content

Commit 1ae8651

Browse files
committed
build(deps): Remove sphinx and sphinx-click
poetry remove click; poetry remove --dev sphinx-click
1 parent eb67a30 commit 1ae8651

File tree

2 files changed

+2
-22
lines changed

2 files changed

+2
-22
lines changed

poetry.lock

Lines changed: 2 additions & 19 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,6 @@ vcspull = 'vcspull:cli.cli'
5959

6060
[tool.poetry.dependencies]
6161
python = "^3.9"
62-
click = "~8"
6362
libvcs = "~0.17.0"
6463
colorama = ">=0.3.9"
6564

@@ -70,7 +69,6 @@ furo = "*"
7069
gp-libs = "0.0.1a16"
7170
sphinx-autobuild = "*"
7271
sphinx-autodoc-typehints = "*"
73-
sphinx-click = "*"
7472
sphinx-inline-tabs = "*"
7573
sphinxext-opengraph = "*"
7674
sphinx-copybutton = "*"
@@ -105,7 +103,6 @@ types-colorama = "*"
105103
[tool.poetry.extras]
106104
docs = [
107105
"sphinx",
108-
"sphinx-click",
109106
"sphinx-autodoc-typehints",
110107
"sphinx-autobuild",
111108
"sphinxext-rediraffe",

0 commit comments

Comments
 (0)