Skip to content

Commit

Permalink
Remove unused 'six' dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
oprypin committed Mar 29, 2022
1 parent d983418 commit a30e984
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion mkdocs_redirects/plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
from mkdocs import utils
from mkdocs.config import config_options
from mkdocs.plugins import BasePlugin
from six.moves.urllib_parse import urlparse

log = logging.getLogger('mkdocs.plugin.redirects')
log.addFilter(utils.warning_filter)
Expand Down
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ def read(fname):
python_requires='>=2.7',
install_requires=[
'mkdocs>=1.0.4,<2',
'six>=1.15.0,<2',
],
extras_require={
'dev': test_requirements + release_requirements,
Expand Down

0 comments on commit a30e984

Please sign in to comment.