Will attempt to parse the requirements of exploits when they are passed to the function and return them in a dictionary. You will want to pass the result of metaxploit.scan_address(lib, address) directly to the function.
Example:
lib = metaxploit.load("/lib/libssh.so")
addresses = metaxploit.scan(lib)
exploits = metaxploit.scan_address(lib, addresses[0])
print(parseExploitRequirements(exploits))