mirror of
https://github.com/valitydev/SigmaHQ.git
synced 2024-11-06 01:15:17 +00:00
c165783fff
Add an option to output in JSON or YAML
27 lines
429 B
TOML
27 lines
429 B
TOML
[[source]]
|
|
name = "pypi"
|
|
url = "https://pypi.org/simple"
|
|
verify_ssl = true
|
|
|
|
[dev-packages]
|
|
coverage = "~=5.0"
|
|
yamllint = "~=1.21"
|
|
elasticsearch = "~=7.6"
|
|
elasticsearch-async = "~=6.2"
|
|
pytest = "~=5.4"
|
|
colorama = "*"
|
|
setuptools = "*"
|
|
stix2 = "*"
|
|
attackcti = "*"
|
|
|
|
[packages]
|
|
requests = "~=2.25"
|
|
urllib3 = "~=1.26"
|
|
progressbar2 = "~=3.47"
|
|
pymisp = "~=2.4.123"
|
|
PyYAML = "~=5.1"
|
|
"ruamel.yaml" = "*"
|
|
|
|
[requires]
|
|
python_version = "3.8"
|