InQuest / ThreatIngestor

Extract and aggregate threat intelligence.
https://inquest.readthedocs.io/projects/threatingestor/
GNU General Public License v2.0
831 stars 135 forks source link

add type check for extra_requires on lines 16-18 #111

Closed ynvtlmr closed 2 years ago

ynvtlmr commented 3 years ago

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.