From af8fc70883b1d663def22dc10b65648d14958fcc Mon Sep 17 00:00:00 2001 From: Hannah Ward Date: Fri, 12 Aug 2016 12:37:16 +0100 Subject: [PATCH] There was a missing comma --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index ec30f92..d48e13e 100644 --- a/setup.py +++ b/setup.py @@ -34,7 +34,7 @@ setup( 'ipasn-redis', 'asnhistory', 'stix', - 'cybox' + 'cybox', 'pillow', 'pytesseract', ]