From 241d253a299e6609ecb9a69d515b2d948e293cce Mon Sep 17 00:00:00 2001 From: Michael Chisholm Date: Mon, 17 Aug 2020 13:49:19 -0400 Subject: [PATCH] Add a version restriction to the stix2-patterns dependency, to ensure users aren't tripped up by old versions. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index a4a9c2c..2fc5d70 100644 --- a/setup.py +++ b/setup.py @@ -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/',