Skip to content

Commit

Permalink
Remove Material dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Lars Wilhelmer committed Jul 25, 2022
1 parent 18b7d62 commit 15d025c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
3 changes: 1 addition & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
mkdocs>=1.1
mkdocs-material>=7.0.0
mkdocs>=1.1
5 changes: 2 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name='mkdocs-localsearch',
version='0.9.1',
version='0.9.2',
description='A MkDocs plugin to replace the native "search" plugin with a search plugin that also works locally (file:// protocol). Only works with the Material theme.',
long_description='',
keywords='mkdocs local search',
Expand All @@ -12,8 +12,7 @@
license='MIT',
python_requires='>=3.5',
install_requires=[
'mkdocs>=1.1',
'mkdocs-material>=5.0.0rc4'
'mkdocs>=1.1'
],
classifiers=[
'Development Status :: 4 - Beta',
Expand Down

0 comments on commit 15d025c

Please sign in to comment.