Remove hard dependency on lunr.py (#2402)

Begin deprecation of 'python' option of 'plugins.search.prebuild_index'.
This commit is contained in:
Waylan Limberg
2021-05-13 15:20:35 -04:00
committed by GitHub
parent 23e205153f
commit e2a3480735
6 changed files with 60 additions and 21 deletions

View File

@@ -61,7 +61,6 @@ setup(
'click>=3.3',
'Jinja2>=2.10.1',
'livereload>=2.5.1',
'lunr[languages]==0.5.9', # must support lunr.js version included in search
'Markdown>=3.2.1',
'PyYAML>=3.10',
'tornado>=5.0',