mirror of https://github.com/MISP/misp-modules
Added some library requirements for the taxii21 import module.
parent
24070bfab7
commit
549f937b1e
|
@ -128,9 +128,11 @@ socialscan==1.4.2
|
||||||
socketio-client==0.5.7.4
|
socketio-client==0.5.7.4
|
||||||
soupsieve==2.2.1; python_version >= '3'
|
soupsieve==2.2.1; python_version >= '3'
|
||||||
sparqlwrapper==1.8.5
|
sparqlwrapper==1.8.5
|
||||||
|
stix2==3.0.1
|
||||||
stix2-patterns==1.3.2
|
stix2-patterns==1.3.2
|
||||||
tabulate==0.8.9
|
tabulate==0.8.9
|
||||||
tau-clients==0.1.3
|
tau-clients==0.1.3
|
||||||
|
taxii2-client==2.3.0
|
||||||
tldextract==3.1.0; python_version >= '3.5'
|
tldextract==3.1.0; python_version >= '3.5'
|
||||||
tornado==6.1; python_version >= '3.5'
|
tornado==6.1; python_version >= '3.5'
|
||||||
tqdm==4.62.2; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
|
tqdm==4.62.2; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
|
||||||
|
|
Loading…
Reference in New Issue