Files
atomic-red-team/pyproject.toml
T
dependabot[bot] 08b4b60c8b Bump hypothesis from 6.125.1 to 6.125.2 (#3055)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-02-10 22:13:45 -05:00

23 lines
444 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.23.0"
requests = "^2.32.3"
ruamel-yaml = "^0.18.10"
pydantic = "^2.9.2"
typer = "^0.15.1"
hypothesis = "^6.125.2"
pytest = "^8.3.4"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"