[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" jsonschema = "^4.23.0" requests = "^2.32.3" ruamel-yaml = "^0.18.11" pydantic = "^2.11.5" typer = "^0.16.0" hypothesis = "^6.133.0" pytest = "^8.3.5" [build-system] requires = ["poetry-core"] build-backend = "poetry.core.masonry.api"