Fix theme dependency

This commit is contained in:
Hynek Schlawack 2020-10-05 06:39:48 +01:00
parent ffe49c8241
commit 0343927ecd
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ CLASSIFIERS = [
] ]
INSTALL_REQUIRES = [] INSTALL_REQUIRES = []
EXTRAS_REQUIRE = { EXTRAS_REQUIRE = {
"docs": ["sphinx", "sphinx-rtd-theme", "zope.interface"], "docs": ["furo", "sphinx", "zope.interface"],
"tests_no_zope": [ "tests_no_zope": [
# 5.0 introduced toml; parallel was broken until 5.0.2 # 5.0 introduced toml; parallel was broken until 5.0.2
"coverage[toml]>=5.0.2", "coverage[toml]>=5.0.2",