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"
|
2024-07-16 02:10:18 -05:00
|
|
|
jsonschema = "^4.23.0"
|
2024-06-04 10:09:19 -05:00
|
|
|
requests = "^2.32.3"
|
2025-05-31 10:38:57 -04:00
|
|
|
ruamel-yaml = "^0.18.11"
|
2025-05-31 10:42:11 -04:00
|
|
|
pydantic = "^2.11.5"
|
2025-05-25 01:06:49 -04:00
|
|
|
typer = "^0.15.4"
|
2025-05-01 10:48:22 -04:00
|
|
|
hypothesis = "^6.131.9"
|
2025-03-04 22:33:16 -05:00
|
|
|
pytest = "^8.3.5"
|
2023-03-27 18:23:55 -04:00
|
|
|
|
|
|
|
|
|
|
|
|
|
[build-system]
|
|
|
|
|
requires = ["poetry-core"]
|
|
|
|
|
build-backend = "poetry.core.masonry.api"
|