-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpyproject.toml
More file actions
26 lines (24 loc) · 892 Bytes
/
pyproject.toml
File metadata and controls
26 lines (24 loc) · 892 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
[tool.poetry]
name = "applications.security.amber.trustauthority-client-for-python"
version = "1.2.0"
description = "Intel Trust Authority Client in Python"
authors = ["Kamal, Shefali <shefali.kamal@intel.com>", "Bala, K Manisai <k.manisai.bala@intel.com>", "Yoon, Eunjung <eunjung.yoon@intel.com>"]
license = "Copyright (c) 2024-2025 Intel Corporation. All rights reserved."
readme = "README.md"
packages = [{include = "inteltrustauthorityclient"}]
exclude = ["inteltrustauthorityclient/examples"]
[tool.poetry.dependencies]
python = "^3.10"
validators = "^0.22.0"
resources = "^0.0.1"
staty = "^1.2.4"
requests = "^2.34.1"
cryptography = {version = "^46.0.7", python = ">=3.8,<3.9.0 || >3.9.1,<4.0"}
pyjwt = "^2.12.0"
tenacity = "^8.2.3"
coverage = "^7.4.2"
pytest = "^9.0.3"
nvidia-ml-py = "^12.550.52"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"