Skip to content

Commit 65e984f

Browse files
committed
urllib seems to be no dependency
1 parent b6d6b27 commit 65e984f

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -416,7 +416,7 @@ Some themes might override the default “search” plug-in provided by mkdocs,
416416
> But always double-check the generated index after `mkdocs build` to see if your information is protected.
417417

418418
When the configuration mode is set to "**dynamically**", the [javascripts contribution files](https://github.com/unverbuggt/mkdocs-encryptcontent-plugin/tree/master/encryptcontent/contrib/templates/search)
419-
are used to override the default search plugin files provided by MKdocs. They include a process of decrypting and keeping the search index in a SessionStorage.
419+
are used to override the default search plugin files provided by MkDocs. They include a process of decrypting and keeping the search index in a SessionStorage.
420420

421421
### Search index encryption for mkdocs-material
422422

setup.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ def read(fname):
2626
'pyyaml',
2727
'pycryptodome',
2828
'beautifulsoup4',
29-
'urllib',
3029
],
3130
classifiers=[
3231
'Development Status :: 5 - Production/Stable',

0 commit comments

Comments
 (0)