[tool.poetry] name = "memory" version = "0.1.0" description = "A tool for analysis of static memory consumption by TF-A images" authors = ["Chris Kay ", "Harrison Mutai "] 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"