mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-05-11 16:13:11 +00:00
Update optional dependencies to PyPI project links in setup.py
This commit is contained in:
parent
62dc394159
commit
00e715cd71
1 changed files with 3 additions and 3 deletions
6
setup.py
6
setup.py
|
|
@ -385,9 +385,9 @@ setup(
|
|||
# Commented out since they are untested and not officially supported.
|
||||
# See also doc/install.txt for more detailed dependency documentation.
|
||||
# extra_requires = {
|
||||
# "IP country info": ['GeoIP'], # http://www.maxmind.com/app/python
|
||||
# "IP country info": ['GeoIP'], # https://pypi.org/project/GeoIP/
|
||||
# "GNOME proxies": ['pygtk'], # http://www.pygtk.org/downloads.html
|
||||
# "Bash completion": ['argcomplete'], # https://pypi.python.org/pypi/argcomplete
|
||||
# "Memory debugging": ['meliae'], # https://launchpad.net/meliae
|
||||
# "Bash completion": ['argcomplete'], # https://pypi.org/project/argcomplete/
|
||||
# "Memory debugging": ['meliae'], # https://pypi.org/project/meliae/
|
||||
# }
|
||||
)
|
||||
|
|
|
|||
Loading…
Reference in a new issue