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"
|
2023-11-22 17:48:09 -05:00
|
|
|
jsonschema = "^4.20.0"
|
2023-05-23 07:36:37 -06:00
|
|
|
requests = "^2.31.0"
|
2023-11-28 10:58:02 -05:00
|
|
|
ruamel-yaml = "^0.18.5"
|
2023-03-27 18:23:55 -04:00
|
|
|
|
|
|
|
|
|
|
|
|
|
[build-system]
|
|
|
|
|
requires = ["poetry-core"]
|
|
|
|
|
build-backend = "poetry.core.masonry.api"
|