Add a version restriction to the stix2-patterns dependency, to
ensure users aren't tripped up by old versions.pull/1/head
parent
7e0b75368d
commit
241d253a29
2
setup.py
2
setup.py
|
@ -52,7 +52,7 @@ setup(
|
||||||
'requests',
|
'requests',
|
||||||
'simplejson',
|
'simplejson',
|
||||||
'six>=1.13.0',
|
'six>=1.13.0',
|
||||||
'stix2-patterns',
|
'stix2-patterns>=1.2.0',
|
||||||
],
|
],
|
||||||
project_urls={
|
project_urls={
|
||||||
'Documentation': 'https://stix2.readthedocs.io/',
|
'Documentation': 'https://stix2.readthedocs.io/',
|
||||||
|
|
Loading…
Reference in New Issue