-
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpyproject.toml
More file actions
27 lines (24 loc) · 589 Bytes
/
pyproject.toml
File metadata and controls
27 lines (24 loc) · 589 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
[tool.poetry]
name = "json-benchmark"
version = "0.1.0"
description = ""
authors = ["Tyler Kennedy <tk@tkte.ch>"]
license = "Public Domain"
readme = "README.md"
[tool.poetry.dependencies]
python = "^3.11"
cysimdjson = "^23.8"
ujson = "^5.8.0"
msgspec = "^0.18.2"
yyjson = "^2.3.1"
json-merge-patch = "^0.2"
pytest = "^7.4.1"
pytest-benchmark = {extras = ["histogram"], version = "^4.0.0"}
pytest-memray = "^1.5.0"
humanmark = "^0.5.1"
python-rapidjson = "^1.10"
pysimdjson = "^5.0.2"
orjson = "^3.9.5"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"