Files
atomic-red-team/pyproject.toml
T
dependabot[bot] f4a93ac212 Bump typer from 0.20.0 to 0.21.0 (#3261)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-01-06 17:12:08 +05:30

23 lines
447 B
TOML

[tool.poetry]
name = "atomic-red-team"
version = "0.1.0"
description = ""
authors = ["Maintainers <opensource@redcanary.com>"]
readme = "README.md"
[tool.poetry.dependencies]
python = "^3.11"
pyyaml = "^6.0.3"
jsonschema = "^4.25.1"
requests = "^2.32.5"
ruamel-yaml = "^0.18.16"
pydantic = "^2.12.5"
typer = "^0.21.0"
hypothesis = "^6.148.7"
pytest = "^9.0.2"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"