This commit is contained in:
Oleksii Shevchuk 2016-10-21 07:49:35 +03:00
parent c6f4cf414b
commit 7f2d0214d2
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ __class_name__ = "GetHwUuid"
class GetHwUuid(PupyModule):
""" Try to get UUID (DMI) or machine-id (dbus/linux) """
dependencies = {
'windows': [ 'win32com' ],
'windows': [ 'win32api', 'win32com', 'pythoncom', 'winerror' ],
'all': [ 'hwuuid' ]
}