Merge pull request #442 from oasis-open/emmanvg-patch-1

Version restriction for taxii2client dependency
pull/1/head
Chris Lenk 2020-08-17 11:43:29 -04:00 committed by GitHub
commit 7e0b75368d
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'],
},
)