Skip to content

Commit 2b5e910

Browse files
authored
Allow installation with lunr 0.8 (#880)
Lunr has released version 0.8.0. It is still compatible with lunr.js version 2.3.9 that is bundled in this project. https://github.com/yeraydiazdiaz/lunr.py/blob/0.8.0/lunr/__init__.py#L6
1 parent 43bee3e commit 2b5e910

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ install_requires =
4242
requests
4343
attrs
4444
docutils>=0.17
45-
lunr>=0.6.2,<0.8.0
45+
lunr>=0.6.2,<0.9.0
4646
configargparse
4747

4848
toml; python_version < "3.11"

0 commit comments

Comments
 (0)