-
Notifications
You must be signed in to change notification settings - Fork 61
Expand file tree
/
Copy pathpyproject.toml
More file actions
28 lines (26 loc) · 817 Bytes
/
pyproject.toml
File metadata and controls
28 lines (26 loc) · 817 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
27
28
[tool.poetry]
name = "tb-rest-client"
version = "4.3"
description = "ThingsBoard REST API client"
authors = ["ThingsBoard <info@thingsboard.io>"]
license = "Apache-2.0"
readme = "README.md"
homepage = "https://thingsboard.io/docs/reference/python-rest-client/"
repository = "https://github.com/thingsboard/thingsboard-python-rest-client"
documentation = "https://thingsboard.io/docs/reference/python-rest-client/"
keywords = ["tb-python-rest-client", "tb-rest-client"]
maintainers = [
"Vitalii Bidochka <vbidochka@thingsboard.io>"
]
[tool.poetry.dependencies]
python = "^3.9"
certifi = ">=2023.7.22"
six = ">=1.10"
python_dateutil = ">=2.5.3"
setuptools = ">=21.0.0"
urllib3 = ">=2.0.7"
requests = ">=2.31.0"
pyjwt = ">=2.6.0"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"