Update setup.py to include taxii2-client as an extra dependency

stix2.0
Emmanuelle Vargas-Gonzalez 2018-04-02 09:25:26 -04:00
parent c518533275
commit 470b3ec092
1 changed files with 3 additions and 0 deletions

View File

@ -54,4 +54,7 @@ setup(
'six',
'stix2-patterns',
],
extras_require={
'taxii': ['taxii2-client']
}
)