[tool.poetry] name = "atomic-red-team" version = "0.1.0" description = "" authors = ["Maintainers "] readme = "README.md" [tool.poetry.dependencies] python = "^3.11" pyyaml = "^6.0.2" jsonschema = "^4.25.1" requests = "^2.32.5" ruamel-yaml = "^0.18.15" pydantic = "^2.11.7" typer = "^0.16.1" hypothesis = "^6.138.13" pytest = "^8.4.1" [build-system] requires = ["poetry-core"] build-backend = "poetry.core.masonry.api"