We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6cfdf3 commit bbba1a2Copy full SHA for bbba1a2
1 file changed
pyproject.toml
@@ -39,9 +39,6 @@ classifiers = [
39
"Topic :: Text Processing",
40
"Topic :: Utilities",
41
]
42
-dependencies = [
43
- "Sphinx>=5",
44
-]
45
dynamic = ["version"]
46
47
[project.optional-dependencies]
@@ -73,3 +70,8 @@ include = [
73
70
74
71
[tool.mypy]
75
72
ignore_missing_imports = true
+
+[project.optional-dependencies]
+standalone = [
76
+ "sphinx > 5",
77
+]
0 commit comments