blob: f5a8ec297ce709b1674e4df5e30e031812fecef2 [file] [log] [blame]
Harrison Mutai3921cfe2023-10-10 17:47:48 +02001[tool.poetry]
2name = "trusted-firmware-a"
Yann Gautierf50760c2024-02-08 18:10:22 +01003version = "2.8.16"
Harrison Mutai3921cfe2023-10-10 17:47:48 +02004description = "Trusted Firmware-A (TF-A) Python dependencies."
5authors = ["Arm Ltd."]
6license = "BSD-3-Clause"
7readme = "readme.rst"
8
9[tool.poetry.dependencies]
10python = "^3.8"
11
12[tool.poetry.group.doc.dependencies]
13sphinx = "^5.3.0"
14myst-parser = "^0.18.1"
15sphinxcontrib-plantuml = "^0.24.1"
16sphinx-rtd-theme = "^1.1.1"
17pip-tools = "^6.4.0"
Harrison Mutai3cc34132023-10-11 13:17:49 +020018sphinxcontrib-svg2pdfconverter = "^1.2.2"
Harrison Mutai3921cfe2023-10-10 17:47:48 +020019
Harrison Mutai7b51cb72023-04-24 17:13:07 +010020[tool.poetry.group.ci.dependencies]
21click = "^8.1.3"