2023-03-27 18:23:55 -04:00
|
|
|
[tool.poetry]
|
|
|
|
|
name = "atomic-red-team"
|
|
|
|
|
version = "0.1.0"
|
|
|
|
|
description = ""
|
2023-11-28 10:58:02 -05:00
|
|
|
authors = ["Maintainers <opensource@redcanary.com>"]
|
2023-03-27 18:23:55 -04:00
|
|
|
readme = "README.md"
|
|
|
|
|
|
|
|
|
|
[tool.poetry.dependencies]
|
2024-04-27 12:38:14 -05:00
|
|
|
python = "^3.11"
|
2025-10-03 22:52:07 -04:00
|
|
|
pyyaml = "^6.0.3"
|
2025-09-02 12:32:06 -04:00
|
|
|
jsonschema = "^4.25.1"
|
|
|
|
|
requests = "^2.32.5"
|
2025-10-31 20:29:28 -04:00
|
|
|
ruamel-yaml = "^0.18.16"
|
2025-12-12 23:12:52 -05:00
|
|
|
pydantic = "^2.12.5"
|
2026-01-06 17:12:08 +05:30
|
|
|
typer = "^0.21.0"
|
2025-12-12 23:09:13 -05:00
|
|
|
hypothesis = "^6.148.7"
|
2025-12-12 23:50:11 -05:00
|
|
|
pytest = "^9.0.2"
|
2023-03-27 18:23:55 -04:00
|
|
|
|
|
|
|
|
|
|
|
|
|
[build-system]
|
|
|
|
|
requires = ["poetry-core"]
|
|
|
|
|
build-backend = "poetry.core.masonry.api"
|