-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpyproject.toml
More file actions
65 lines (58 loc) · 1.39 KB
/
pyproject.toml
File metadata and controls
65 lines (58 loc) · 1.39 KB
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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
[project]
name = "cpp-msgpack-rpc"
version = "0.0.0"
description = ""
authors = [
{ name = "Kenta Kabashima", email = "kenta_program37@hotmail.co.jp" },
]
readme = "README.md"
requires-python = ">=3.12,<3.14"
dynamic = []
dependencies = ["setuptools (>=80.10.2,<81.0.0)"]
[tool.poetry]
packages = []
package-mode = false
[tool.poetry.group.doc.dependencies]
myst-parser = "^5.0.0"
sphinx = "^9.1.0"
sphinx-autobuild = "^2025.8.25"
sphinxcontrib-plantuml = "^0.31"
sphinx-orange-book-theme = "^0.19.0"
breathe = "^4.36.0"
[tool.poetry.group.test.dependencies]
pytest = "^9.0.2"
pytest-approvaltests = "^0.2.4"
msgpack = "^1.1.2"
pytest-asyncio = "^1.3.0"
psutil = "^7.2.1"
pandas = "^3.0.0"
plotly = "^6.5.2"
kaleido = "^1.2.0"
statsmodels = "^0.14.6"
fastjsonschema = "^2.21.2"
pytomlpp = "^1.1.0"
playwright = "^1.57.0"
[tool.poetry.group.dev.dependencies]
black = "^26.1.0"
click = "^8.3.1"
cmakelang = "^0.6.13"
doc8 = "^2.0.0"
pre-commit = "^4.5.1"
clang-tidy-checker = "^0.6.0"
lcov_cobertura = "^2.1.1"
tqdm = "^4.67.1"
lizard = "^1.20.0"
isort = "^7.0.0"
jsonschema2md = "^1.7.0"
pylint = "^4.0.4"
flake8 = "^7.3.0"
mypy = "^1.19.1"
pandas-stubs = "^2.3.3.260113"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"
[tool.pylint.main]
disable = "too-many-instance-attributes,line-too-long,fixme"
load-plugins = "pylint.extensions.docparams"
[tool.isort]
profile = "black"