-
Notifications
You must be signed in to change notification settings - Fork 16
/
pyproject.toml
33 lines (28 loc) · 913 Bytes
/
pyproject.toml
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
29
30
31
32
33
[tool.poetry]
name = "pieces_os_client"
version = "4.1.0"
description = "A powerful code engine package for writing applications on top of Pieces OS"
authors = ["Pieces <development@pieces.app>"]
license = "MIT"
readme = "README.md"
homepage = "https://pieces.app"
repository = "https://github.com/pieces-app/pieces-os-client-sdk-for-python"
documentation = "https://docs.pieces.app/build/reference/python/"
[tool.poetry.dependencies]
python = "^3.8"
urllib3 = ">= 1.25.3"
python-dateutil = ">=2.8.2"
pydantic = "^1.10.5, <2"
aenum = ">=3.1.11"
websocket-client = "^1.8.0"
[tool.poetry.dev-dependencies]
pytest = ">=7.2.1"
tox = ">=3.9.0"
flake8 = ">=4.0.0"
[tool.poetry.urls]
issues = "https://github.com/pieces-app/pieces-os-client-sdk-for-python/issues"
[build-system]
requires = ["setuptools"]
build-backend = "setuptools.build_meta"
[tool.pylint.'MESSAGES CONTROL']
extension-pkg-whitelist = "pydantic"