Skip to content

Commit 2dc1633

Browse files
committed
build: Depend on symspellpy
1 parent 9f9dc0d commit 2dc1633

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

pyproject.toml

+3-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,9 @@ classifiers = [
2929
"Topic :: Utilities",
3030
"Typing :: Typed",
3131
]
32-
dependencies = []
32+
dependencies = [
33+
"symspellpy>=6.7.6",
34+
]
3335

3436
[project.urls]
3537
Homepage = "https://pawamoy.github.io/mkdocs-spellcheck"

0 commit comments

Comments
 (0)