InQuest / ThreatIngestor

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

fix: fix a typo in setup.py #77

Closed ninoseki closed 4 years ago

ninoseki commented 4 years ago

The doc says that pip install threatingestor[all] will install all dependencies but it doesn't work as expected. For example, twitter>=1.17.1 isn't installed by executing pip install threatingestor[all]. I think the reason is a typo in setup.py. This PR will fix the typo.