Files
opensearch-pyd/benchmarks/pyproject.toml
T
2024-04-06 11:18:47 -04:00

17 lines
425 B
TOML

[tool.poetry]
name = "opensearch-py-benchmarks"
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"
opensearch-py = { path = "..", develop=true, extras=["async"] }
richbench = "*"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"