Fix for the following issue:
Setup fails: 'extras_require' must be a dictionary #100
Adds a type check for a parsed requirements file. If the parsed file does not produce a list, an empty list will be created in its place, and a message printed to the console.
Fix for the following issue:
Setup fails: 'extras_require' must be a dictionary #100
Adds a type check for a parsed requirements file. If the parsed file does not produce a list, an empty list will be created in its place, and a message printed to the console.