move taxii2client dependency to 2.3.0

pull/1/head
Emmanuelle Vargas-Gonzalez 2021-03-12 16:31:28 -05:00
parent fb6852b38f
commit 34e9da805f
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/', 'Bug Tracker': 'https://github.com/oasis-open/cti-python-stix2/issues/',
}, },
extras_require={ extras_require={
'taxii': ['taxii2-client>=2.2.1'], 'taxii': ['taxii2-client>=2.3.0'],
'semantic': ['haversine', 'rapidfuzz'], 'semantic': ['haversine', 'rapidfuzz'],
}, },
) )