From 2d64bc86bb210c7899f371bfe532545775fbde31 Mon Sep 17 00:00:00 2001 From: Emmanuelle Vargas-Gonzalez Date: Mon, 17 Aug 2020 10:49:07 -0400 Subject: [PATCH] Update setup.py Add version restriction to ensure reasonably updated dependency --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 3a5ef8d..a4a9c2c 100644 --- a/setup.py +++ b/setup.py @@ -60,7 +60,7 @@ setup( 'Bug Tracker': 'https://github.com/oasis-open/cti-python-stix2/issues/', }, extras_require={ - 'taxii': ['taxii2-client'], + 'taxii': ['taxii2-client>=2.2.1'], 'semantic': ['haversine', 'rapidfuzz'], }, )