blob: 437290a61357016c0e8b9c2a951db459caf4c6d9 [file] [log] [blame]
Harrison Mutaib378ad42023-02-16 10:20:48 +00001[tool.poetry]
2name = "trusted-firmware-a"
Juan Pablo Conde52487492023-05-15 22:17:17 -05003version = "2.9.0"
Harrison Mutaib378ad42023-02-16 10:20:48 +00004description = "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"
18
Harrison Mutai75d03e12023-04-24 17:13:07 +010019[tool.poetry.group.ci.dependencies]
20click = "^8.1.3"