mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2026-07-01 18:04:50 +00:00
Change-Id: I741e12742f65e6e20d74ddab4f91ac5fc44cf8c8 Signed-off-by: Release CI <ci@trustedfirmware.org>
22 lines
498 B
TOML
22 lines
498 B
TOML
[tool.poetry]
|
|
name = "trusted-firmware-a"
|
|
version = "2.8.26"
|
|
description = "Trusted Firmware-A (TF-A) Python dependencies."
|
|
authors = ["Arm Ltd."]
|
|
license = "BSD-3-Clause"
|
|
readme = "readme.rst"
|
|
|
|
[tool.poetry.dependencies]
|
|
python = "^3.8"
|
|
|
|
[tool.poetry.group.doc.dependencies]
|
|
sphinx = "^5.3.0"
|
|
myst-parser = "^0.18.1"
|
|
sphinxcontrib-plantuml = "^0.24.1"
|
|
sphinx-rtd-theme = "^1.1.1"
|
|
pip-tools = "^6.4.0"
|
|
sphinxcontrib-svg2pdfconverter = "^1.2.2"
|
|
|
|
[tool.poetry.group.ci.dependencies]
|
|
click = "^8.1.3"
|