blob: c2fdfcb8a7b7ea04d17d4a95a03b59790d50ec59 [file] [log] [blame]
[tool.poetry]
name = "memory"
version = "0.1.0"
description = "A tool for analysis of static memory consumption by TF-A images"
authors = ["Chris Kay <chris.kay@arm.com>", "Harrison Mutai <harrison.mutai@arm.com>"]
license = "BSD-3-Clause"
packages = [{include = "memory", from = "src"}]
[tool.poetry.dependencies]
anytree = "^2.8.0"
click = "^8.1.3"
prettytable = "^3.5.0"
pyelftools = "^0.29.0"
python = "^3.8.0"
[tool.poetry.scripts]
memory = "memory.memmap:main"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"