mirror of
https://github.com/d0zingcat/opensearch-orm.git
synced 2026-05-21 15:10:28 +00:00
feat: query builder
This commit is contained in:
22
pyproject.toml
Normal file
22
pyproject.toml
Normal file
@@ -0,0 +1,22 @@
|
||||
[tool.poetry]
|
||||
name = "opensearch-orm"
|
||||
version = "0.1.0"
|
||||
description = ""
|
||||
authors = ["yim7 <yimchiu7@gmail.com>"]
|
||||
readme = "README.md"
|
||||
packages = [{include = "opensearchorm"}]
|
||||
|
||||
[tool.poetry.dependencies]
|
||||
python = "^3.8"
|
||||
opensearch-py = "^2.0.0"
|
||||
pytz = "^2022.2.1"
|
||||
pydantic = "^1.10.2"
|
||||
|
||||
|
||||
[tool.poetry.group.dev.dependencies]
|
||||
pytest = "^7.1.3"
|
||||
black = "^22.8.0"
|
||||
|
||||
[build-system]
|
||||
requires = ["poetry-core"]
|
||||
build-backend = "poetry.core.masonry.api"
|
||||
Reference in New Issue
Block a user