forked from MISP/misp-stix
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrequirements.txt
31 lines (31 loc) · 2.8 KB
/
requirements.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
antlr4-python3-runtime==4.9.3; python_version >= "3.7" and python_version < "4.0"
attrs==22.1.0; python_version >= "3.7" and python_version < "4.0"
certifi==2022.6.15; python_version >= "3.7" and python_version < "4"
charset-normalizer==2.1.1; python_version >= "3.7" and python_version < "4" and python_full_version >= "3.6.0"
cybox==2.1.0.21
deprecated==1.2.13; python_version >= "3.7" and python_full_version < "3.0.0" and python_version < "4.0" or python_version >= "3.7" and python_version < "4.0" and python_full_version >= "3.4.0"
idna==3.3; python_version >= "3.7" and python_version < "4"
importlib-metadata==4.12.0; python_version >= "3.7" and python_version < "3.8"
importlib-resources==5.9.0; python_version >= "3.7" and python_version < "3.9"
jsonschema==4.14.0; python_version >= "3.7" and python_version < "4.0"
lxml==4.9.1; python_version == "2.7" and python_full_version < "3.0.0" or python_version >= "3.5" and python_full_version < "3.0.0" or python_full_version >= "3.5.0" and python_version == "2.7" or python_full_version >= "3.5.0" and python_version >= "3.5"
maec==4.1.0.17
misp-lib-stix2==3.0.1; python_version >= "3.7" and python_version < "4.0"
mixbox==1.0.5
ordered-set==4.1.0; python_version >= "3.7"
pkgutil-resolve-name==1.3.10; python_version >= "3.7" and python_version < "3.9"
publicsuffixlist==0.7.13; python_version >= "3.7" and python_version < "4.0"
pymisp==2.4.160.1; python_version >= "3.7" and python_version < "4.0"
pyrsistent==0.18.1; python_version >= "3.7" and python_version < "4.0"
python-dateutil==2.8.2; python_version >= "3.7" and python_full_version < "3.0.0" and python_version < "4.0" or python_version >= "3.7" and python_version < "4.0" and python_full_version >= "3.3.0"
pytz==2022.2.1; python_version >= "3.7" and python_version < "4.0"
requests==2.28.1; python_version >= "3.7" and python_version < "4"
simplejson==3.17.6; python_version >= "3.7" and python_full_version < "3.0.0" and python_version < "4.0" or python_version >= "3.7" and python_version < "4.0" and python_full_version >= "3.3.0"
six==1.16.0; python_version >= "3.7" and python_full_version < "3.0.0" and python_version < "4.0" or python_version >= "3.7" and python_version < "4.0" and python_full_version >= "3.3.0"
stix2-patterns==2.0.0; python_version >= "3.7" and python_version < "4.0"
stix==1.2.0.11
typing-extensions==4.3.0; python_version >= "3.7" and python_version < "3.8"
urllib3==1.26.12; python_version >= "3.7" and python_full_version < "3.0.0" and python_version < "4" or python_full_version >= "3.6.0" and python_version < "4" and python_version >= "3.7"
weakrefmethod==1.0.3
wrapt==1.14.1; python_version >= "3.7" and python_full_version < "3.0.0" and python_version < "4.0" or python_version >= "3.7" and python_version < "4.0" and python_full_version >= "3.5.0"
zipp==3.8.1; python_version >= "3.7" and python_version < "3.8"