Files
atomic-red-team/pyproject.toml
T
dependabot[bot] dbe18a6574 Bump pytest from 8.3.5 to 8.4.0 (#3129)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-06-15 14:06:27 -04:00

23 lines
445 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"
jsonschema = "^4.24.0"
requests = "^2.32.4"
ruamel-yaml = "^0.18.11"
pydantic = "^2.11.5"
typer = "^0.16.0"
hypothesis = "^6.135.9"
pytest = "^8.4.0"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"