Merge pull request #479 from cjmayo/versions

Add missing essential modules to internal error message
This commit is contained in:
Chris Mayo 2020-08-20 19:36:45 +01:00 committed by GitHub
commit cfe5c89eb6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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