From 470b3ec092039dcd32f5a1e30acb76d1fbcdf75e Mon Sep 17 00:00:00 2001 From: Emmanuelle Vargas-Gonzalez Date: Mon, 2 Apr 2018 09:25:26 -0400 Subject: [PATCH] Update setup.py to include taxii2-client as an extra dependency --- setup.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/setup.py b/setup.py index 5edf20f..9700ec8 100644 --- a/setup.py +++ b/setup.py @@ -54,4 +54,7 @@ setup( 'six', 'stix2-patterns', ], + extras_require={ + 'taxii': ['taxii2-client'] + } )