Use version of taxii2-client from PyPI.

stix2.1
Greg Back 2017-08-21 22:16:10 +00:00
parent c64b7de761
commit 4cd99f04ea
3 changed files with 4 additions and 3 deletions

View File

@ -1,7 +1,7 @@
[settings] [settings]
check=1 check=1
diff=1 diff=1
known_third_party=dateutil,pytest,pytz,six,requests,taxii2_client known_third_party=dateutil,pytest,pytz,six,requests,taxii2client
known_first_party=stix2 known_first_party=stix2
not_skip=__init__.py not_skip=__init__.py
force_sort_within_sections=1 force_sort_within_sections=1

View File

@ -52,6 +52,7 @@ setup(
'pytz', 'pytz',
'requests', 'requests',
'simplejson', 'simplejson',
'six' 'six',
'taxii2-client',
], ],
) )

View File

@ -1,5 +1,5 @@
import pytest import pytest
from taxii2_client import Collection from taxii2client import Collection
from stix2.sources import DataSource, Filter, taxii from stix2.sources import DataSource, Filter, taxii