Skip to content

Commit d2f015b

Browse files
committed
build: Depend on griffelib 2.0
1 parent bbd46d5 commit d2f015b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

pyproject.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,9 @@ classifiers = [
2828
"Topic :: Utilities",
2929
"Typing :: Typed",
3030
]
31-
dependencies = []
31+
dependencies = [
32+
"griffelib>=2.0",
33+
]
3234

3335
[project.urls]
3436
Homepage = "https://mkdocstrings.github.io/griffe-runtime-objects"

0 commit comments

Comments
 (0)