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"
|
2023-03-27 18:23:55 -04:00
|
|
|
pyyaml = "^6.0"
|
2025-06-14 23:40:39 -04:00
|
|
|
jsonschema = "^4.24.0"
|
2025-06-12 17:21:14 -04:00
|
|
|
requests = "^2.32.4"
|
2025-06-15 14:09:35 -04:00
|
|
|
ruamel-yaml = "^0.18.14"
|
2025-06-18 11:31:32 -04:00
|
|
|
pydantic = "^2.11.7"
|
2025-06-07 11:04:01 -04:00
|
|
|
typer = "^0.16.0"
|
2025-06-15 14:03:37 -04:00
|
|
|
hypothesis = "^6.135.9"
|
2025-06-15 14:06:27 -04:00
|
|
|
pytest = "^8.4.0"
|
2023-03-27 18:23:55 -04:00
|
|
|
|
|
|
|
|
|
|
|
|
|
[build-system]
|
|
|
|
|
requires = ["poetry-core"]
|
|
|
|
|
build-backend = "poetry.core.masonry.api"
|