Remove stix2-validator dependency

Fixes #94.
stix2.0
Chris Lenk 2017-10-27 16:01:51 -04:00
parent 6b3e3e7c48
commit 4ffad6d34f
2 changed files with 0 additions and 2 deletions

View File

@ -9,7 +9,6 @@ known_third_party =
simplejson simplejson
six, six,
stix2patterns, stix2patterns,
stix2validator,
taxii2client, taxii2client,
known_first_party = stix2 known_first_party = stix2
force_sort_within_sections = 1 force_sort_within_sections = 1

View File

@ -53,7 +53,6 @@ setup(
'simplejson', 'simplejson',
'six', 'six',
'stix2-patterns', 'stix2-patterns',
'stix2-validator',
'taxii2-client', 'taxii2-client',
], ],
) )