Skip to content

Commit 74c21fd

Browse files
Merge pull request #980 from jamesbraza/non-optional-rich
Updated `entangled-cli` to account for not having `rich` extra
2 parents a36dc58 + 4b6cf61 commit 74c21fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ dependencies = [
4747
]
4848
[project.optional-dependencies]
4949
docs = [
50-
"entangled_cli[rich]",
50+
"entangled-cli~=2.0",
5151
"mkdocs",
5252
"mkdocs-entangled-plugin",
5353
"mkdocs-material",

0 commit comments

Comments
 (0)