This website requires JavaScript.
Explore
Help
Sign In
MISP
/
cti-python-stix2
mirror of
https://github.com/MISP/cti-python-stix2
Watch
2
Star
0
Fork
You've already forked cti-python-stix2
0
Code
Issues
Releases
Wiki
Activity
Update setup.py to include taxii2-client as an extra dependency
Browse Source
stix2.0
Emmanuelle Vargas-Gonzalez
2018-04-02 09:25:26 -04:00
parent
c518533275
commit
470b3ec092
1 changed files
with
3 additions
and
0 deletions
Show all changes
Ignore whitespace when comparing lines
Ignore changes in amount of whitespace
Ignore changes in whitespace at EOL
Show Stats
Download Patch File
Download Diff File
Expand all files
Collapse all files
3
setup.py
Unescape
Escape
View File
@ -54,4 +54,7 @@ setup(
'
six
'
,
'
six
'
,
'
stix2-patterns
'
,
'
stix2-patterns
'
,
]
,
]
,
extras_require
=
{
'
taxii
'
:
[
'
taxii2-client
'
]
}
)
)
Write
Preview
Loading…
Cancel
Save
Reference in New Issue
Repository
MISP/cti-python-stix2
Title
Body
Create Issue