From f67d34990c7105d4db83d791e7b851ae730ac556 Mon Sep 17 00:00:00 2001 From: Emmanuelle Vargas-Gonzalez Date: Tue, 15 Aug 2017 14:16:49 -0400 Subject: [PATCH] Style error. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 7b544ca..c10da46 100644 --- a/setup.py +++ b/setup.py @@ -47,7 +47,7 @@ setup( keywords="stix stix2 json cti cyber threat intelligence", packages=find_packages(), install_requires=[ - 'ordereddict' + 'ordereddict', 'python-dateutil', 'pytz', 'requests',