Restrict version of six library

pull/1/head
Chris Lenk 2020-07-07 09:02:36 -04:00
parent ee3425cc01
commit c92807a59a
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@ setup(
'pytz',
'requests',
'simplejson',
'six',
'six>=1.13.0',
'stix2-patterns',
],
project_urls={