move taxii2client dependency to 2.3.0
parent
fb6852b38f
commit
34e9da805f
2
setup.py
2
setup.py
|
@ -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'],
|
||||||
},
|
},
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in New Issue