Add a version restriction to the stix2-patterns dependency, to

ensure users aren't tripped up by old versions.
pull/1/head
Michael Chisholm 2020-08-17 13:49:19 -04:00
parent 7e0b75368d
commit 241d253a29
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@ setup(
'requests',
'simplejson',
'six>=1.13.0',
'stix2-patterns',
'stix2-patterns>=1.2.0',
],
project_urls={
'Documentation': 'https://stix2.readthedocs.io/',