Discussion: Bug in skill.GetInfo: reqs is {} when there are no requirements instead of []
skill.GetInfo returns an object that has a 'reqs' attribute that is a list of requirements. When there are no requirements it returns an empty object instead of an empty list.