Skip to content

Commit af6a828

Browse files
committed
Remove lunr dependency upper bound
Lunr has released version 0.8.0, and the pydoctor tests all pass with this version.
1 parent 43bee3e commit af6a828

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.cfg

+1-1
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
4646
configargparse
4747

4848
toml; python_version < "3.11"

0 commit comments

Comments
 (0)