Add simplejson dependency.

stix2.1
Emmanuelle Vargas-Gonzalez 2017-08-11 15:07:25 -04:00
parent 56d8ca4939
commit 4763695ad5
1 changed files with 1 additions and 0 deletions

View File

@ -16,6 +16,7 @@ install_requires = [
'six',
'python-dateutil',
'requests',
'simplejson',
]
setup(