mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-05-27 23:33:59 +00:00
Merge pull request #479 from cjmayo/versions
Add missing essential modules to internal error message
This commit is contained in:
commit
cfe5c89eb6
1 changed files with 3 additions and 0 deletions
|
|
@ -63,7 +63,10 @@ def normpath(path):
|
|||
# List Python modules in the form (module, name, version attribute)
|
||||
Modules = (
|
||||
# required modules
|
||||
("bs4", "Beautiful Soup", "__version__"),
|
||||
("dns.version", "dnspython", "version"),
|
||||
("requests", "Requests", "__version__"),
|
||||
("xdg", "PyXDG", "__version__"),
|
||||
# optional modules
|
||||
("argcomplete", "Argcomplete", None),
|
||||
("GeoIP", "GeoIP", 'lib_version'), # on Unix systems
|
||||
|
|
|
|||
Loading…
Reference in a new issue