3bf390b116
* updating atomics count in README.md [ci skip] * converting python * rename * fix path * minor refactor --------- Co-authored-by: publish bot <opensource@redcanary.com>
21 lines
401 B
TOML
21 lines
401 B
TOML
[tool.poetry]
|
|
name = "atomic-red-team"
|
|
version = "0.1.0"
|
|
description = ""
|
|
authors = ["Maintainers <opensource@redcanary.com>"]
|
|
readme = "README.md"
|
|
|
|
[tool.poetry.dependencies]
|
|
python = "^3.10"
|
|
pyyaml = "^6.0"
|
|
jsonschema = "^4.21.1"
|
|
requests = "^2.31.0"
|
|
ruamel-yaml = "^0.18.6"
|
|
pydantic = "^2.6.4"
|
|
typer = "^0.12.1"
|
|
|
|
|
|
[build-system]
|
|
requires = ["poetry-core"]
|
|
build-backend = "poetry.core.masonry.api"
|