Skip to content

Commit d379ba2

Browse files
simplify pyproject
1 parent 8c0f121 commit d379ba2

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

pyproject.toml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -48,11 +48,8 @@ dependencies = [
4848
'typing-extensions; python_version < "3.10"',
4949
]
5050
[project.optional-dependencies]
51-
rich = [
52-
"rich",
53-
]
54-
toml = [
55-
]
51+
rich = ["rich"]
52+
toml = []
5653

5754
[dependency-groups]
5855
docs = [

0 commit comments

Comments
 (0)