Update setup.py
Add version restriction to ensure reasonably updated dependencypull/1/head
parent
1948b38eec
commit
2d64bc86bb
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'],
|
'taxii': ['taxii2-client>=2.2.1'],
|
||||||
'semantic': ['haversine', 'rapidfuzz'],
|
'semantic': ['haversine', 'rapidfuzz'],
|
||||||
},
|
},
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in New Issue