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]
|
2023-11-28 10:58:02 -05:00
|
|
|
python = "^3.10"
|
2023-03-27 18:23:55 -04:00
|
|
|
pyyaml = "^6.0"
|
2024-01-29 10:21:26 -06:00
|
|
|
jsonschema = "^4.21.1"
|
2023-05-23 07:36:37 -06:00
|
|
|
requests = "^2.31.0"
|
2024-02-12 14:35:36 -06:00
|
|
|
ruamel-yaml = "^0.18.6"
|
2023-03-27 18:23:55 -04:00
|
|
|
|
|
|
|
|
|
|
|
|
|
[build-system]
|
|
|
|
|
requires = ["poetry-core"]
|
|
|
|
|
build-backend = "poetry.core.masonry.api"
|