Files
opensearch-pyd/benchmarks/pyproject.toml
T

17 lines
425 B
TOML
Raw Normal View History

2023-10-13 14:29:54 -04:00
[tool.poetry]
2023-11-21 13:04:39 -05:00
name = "opensearch-py-benchmarks"
2023-10-13 14:29:54 -04:00
version = "0.1.0"
description = "OpenSearch Python client benchmarks."
authors = ["Daniel Doubrovkine <dblock@dblock.org>"]
license = "Apache 2.0"
readme = "README.md"
[tool.poetry.dependencies]
python = "^3.8"
2023-10-13 14:29:54 -04:00
opensearch-py = { path = "..", develop=true, extras=["async"] }
richbench = "*"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"