Skip to content

Commit 3f3770c

Browse files
committed
restore deps
1 parent 05b1be9 commit 3f3770c

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@ entangled = "mkdocs_entangled:EntangledPlugin"
1515
[tool.poetry.dependencies]
1616
python = "^3.11"
1717
mkdocs = "^1.4.2"
18-
entangled-cli = {path = "../entangled.py", extras = ["rich"], develop = true}
18+
# entangled-cli = {path = "../entangled.py", extras = ["rich"], develop = true}
19+
entangled-cli = {extras = ["rich"], version = "^2.0.0a3"}
1920

2021
[tool.poetry.dev-dependencies]
2122
mypy = "^1.2.0"

0 commit comments

Comments
 (0)