2023-03-27 18:23:55 -04:00
|
|
|
[tool.poetry]
|
|
|
|
|
name = "atomic-red-team"
|
|
|
|
|
version = "0.1.0"
|
|
|
|
|
description = ""
|
|
|
|
|
authors = ["Maintainers <opensource@redcanary.com"]
|
|
|
|
|
readme = "README.md"
|
|
|
|
|
packages = [{include = "atomic_red_team"}]
|
|
|
|
|
|
|
|
|
|
[tool.poetry.dependencies]
|
|
|
|
|
python = "^3.11"
|
|
|
|
|
pyyaml = "^6.0"
|
2023-05-12 16:33:47 -05:00
|
|
|
jsonschema = "^4.17.3"
|
2023-05-23 07:36:37 -06:00
|
|
|
requests = "^2.31.0"
|
2023-03-27 18:23:55 -04:00
|
|
|
|
|
|
|
|
|
|
|
|
|
[build-system]
|
|
|
|
|
requires = ["poetry-core"]
|
|
|
|
|
build-backend = "poetry.core.masonry.api"
|