Update setup.py

Add version restriction to ensure reasonably updated dependency
pull/1/head
Emmanuelle Vargas-Gonzalez 2020-08-17 10:49:07 -04:00 committed by GitHub
parent 1948b38eec
commit 2d64bc86bb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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'],
},
)