Files
atomic-red-team-gs/pyproject.toml
T
dependabot[bot] d754ba322f Bump typer from 0.23.1 to 0.24.1 (#3292)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Hare Sudhan <code@0x6c.dev>
2026-03-10 09:13:44 -04:00

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.26.0"
requests = "^2.32.5"
ruamel-yaml = "^0.18.16"
pydantic = "^2.12.5"
typer = "^0.24.1"
hypothesis = "^6.151.5"
pytest = "^9.0.2"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"