Files
atomic-red-team/pyproject.toml
T

23 lines
447 B
TOML
Raw Normal View History

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]
2024-04-27 12:38:14 -05:00
python = "^3.11"
2025-10-03 22:52:07 -04:00
pyyaml = "^6.0.3"
jsonschema = "^4.26.0"
requests = "^2.32.5"
ruamel-yaml = "^0.18.16"
2026-04-15 22:18:22 -04:00
pydantic = "^2.13.1"
2026-03-10 09:13:44 -04:00
typer = "^0.24.1"
hypothesis = "^6.151.5"
2026-04-15 22:11:47 -04:00
pytest = "^9.0.3"
2023-03-27 18:23:55 -04:00
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"