blob: 23b7f58d70560bde192783223a3a00c0d41f1fec [file] [log] [blame]
Harrison Mutai793f72c2023-02-16 10:20:48 +00001[tool.poetry]
2name = "trusted-firmware-a"
Release CI6768d7a2025-06-20 16:07:00 +00003version = "2.10.18"
Harrison Mutai793f72c2023-02-16 10:20:48 +00004description = "Trusted Firmware-A (TF-A) Python dependencies."
5authors = ["Arm Ltd."]
6license = "BSD-3-Clause"
7readme = "readme.rst"
Harrison Mutaiaf5b49e2023-02-23 10:33:58 +00008packages = [
9 { include = "memory", from = "tools/memory"}
10]
11
12[tool.poetry.scripts]
13memory = "memory.memmap:main"
Harrison Mutai793f72c2023-02-16 10:20:48 +000014
15[tool.poetry.dependencies]
16python = "^3.8"
17
18[tool.poetry.group.doc.dependencies]
19sphinx = "^5.3.0"
20myst-parser = "^0.18.1"
21sphinxcontrib-plantuml = "^0.24.1"
22sphinx-rtd-theme = "^1.1.1"
23pip-tools = "^6.4.0"
Harrison Mutai443d6ea2023-05-31 10:18:49 +010024sphinxcontrib-svg2pdfconverter = "^1.2.2"
Harrison Mutai793f72c2023-02-16 10:20:48 +000025
Harrison Mutaiff126832023-04-24 17:13:07 +010026[tool.poetry.group.ci.dependencies]
27click = "^8.1.3"
Harrison Mutaiaf5b49e2023-02-23 10:33:58 +000028
29[tool.poetry.group.memory.dependencies]
30pyelftools = "^0.29"
31anytree = "^2.8.0"
32click = "^8.1.3"
33prettytable = "^3.5.0"