Skip to content

Commit

Permalink
chore: remove confusing doc dependencies from pyproject.toml
Browse files Browse the repository at this point in the history
Doc dependencies are managed in the dedicated docs folder. Avoid confusing by declaring a long list of unused dependencies.

Signed-off-by: Paul Mars <[email protected]>
  • Loading branch information
upils committed Jul 29, 2024
1 parent 62f2845 commit 796364b
Showing 1 changed file with 0 additions and 77 deletions.
77 changes: 0 additions & 77 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,83 +38,6 @@ types = [
"types-requests",
"types-urllib3",
]
docs = [
"alabaster==0.7.16",
"Babel==2.15.0",
"beautifulsoup4==4.12.3",
"bracex==2.4",
"certifi==2023.11.17",
"charset-normalizer==3.3.2",
"colorama==0.4.6",
"craft-archives==1.2.0",
"Deprecated==1.2.14",
"distro==1.9.0",
"docutils==0.21.2",
"furo==2023.9.10",
"html5lib==1.1",
"httplib2==0.22.0",
"idna==3.7",
"imagesize==1.4.1",
"importlib-metadata==6.11.0",
"Jinja2==3.1.4",
"jsonpointer==2.4",
"launchpadlib==1.11.0",
"lazr.restfulclient==0.14.6",
"lazr.uri==1.0.6",
"livereload==2.6.3",
"lxml==4.9.4",
"Markdown==3.6",
"MarkupSafe==2.1.5",
"oauthlib==3.2.2",
"overrides==7.7.0",
"packaging==23.2",
"platformdirs==3.11.0",
"polib==1.2.0",
"pydantic==1.10.16",
"pydantic-yaml==0.11.2",
"Pygments==2.18.0",
"pyparsing==3.1.2",
"pyspelling==2.10",
"pyxdg==0.28",
"PyYAML==6.0.1",
"regex==2023.12.25",
"requests==2.32.3",
"requests-unixsocket==0.3.0",
"six==1.16.0",
"snowballstemmer==2.2.0",
"soupsieve==2.5",
"spdx==2.5.1",
"spdx-lookup==0.3.3",
"Sphinx==6.2.1",
"sphinx-autobuild==2021.3.14",
"sphinx-autodoc-typehints==1.25.3",
"sphinxcontrib-details-directive==0.1.0",
"sphinx-basic-ng==1.0.0b2",
"sphinx-copybutton==0.5.2",
"sphinx-jsonschema==1.19.1",
"sphinx-lint==0.9.1",
"sphinx-pydantic==0.1.1",
"sphinx-rtd-theme==1.3.0",
"sphinx_design==0.6.0",
"sphinxcontrib-applehelp==1.0.8",
"sphinxcontrib-devhelp==1.0.6",
"sphinxcontrib-htmlhelp==2.0.5",
"sphinxcontrib-jquery==4.1",
"sphinxcontrib-jsmath==1.0.1",
"sphinxcontrib-qthelp==1.0.7",
"sphinxcontrib-serializinghtml==1.1.10",
"tabulate==0.9.0",
"tornado==6.4.1",
"types-Deprecated==1.2.9.20240311",
"types-PyYAML==6.0.12.20240311",
"typing_extensions==4.12.2",
"urllib3==1.26.19",
"wadllib==1.3.6",
"wcmatch==8.5.2",
"webencodings==0.5.1",
"wrapt==1.16.0",
"zipp==3.19.2",
]

[build-system]
requires = ["setuptools>=69.0", "setuptools_scm[toml]>=7.1"]
Expand Down

0 comments on commit 796364b

Please sign in to comment.