95793d73bd
chore: update workflows and add quality of life updates and automation to the repository --------- Co-authored-by: phantinuss <79651203+phantinuss@users.noreply.github.com>
26 lines
391 B
TOML
26 lines
391 B
TOML
[[source]]
|
|
name = "pypi"
|
|
url = "https://pypi.org/simple"
|
|
verify_ssl = true
|
|
|
|
[dev-packages]
|
|
coverage = "~=5.0"
|
|
yamllint = "~=1.21"
|
|
pytest = "~=5.4"
|
|
colorama = "*"
|
|
setuptools = "*"
|
|
stix2 = "*"
|
|
attackcti = "*"
|
|
|
|
[packages]
|
|
requests = "~=2.31"
|
|
urllib3 = "~=1.26"
|
|
progressbar2 = "~=3.47"
|
|
pymisp = "~=2.4.123"
|
|
PyYAML = "~=5.1"
|
|
"ruamel.yaml" = "*"
|
|
termcolor = "*"
|
|
|
|
[requires]
|
|
python_version = "3.8"
|