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]
|
2024-04-06 08:18:47 -07:00
|
|
|
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"
|