Files

22 lines
515 B
TOML

[tool.poetry]
name = "cursorius-pipeline-api-v2"
version = "0.2.0"
description = "Python client for the cursorius pipeline api (v2)"
authors = ["restitux <restitux@ohea.xyz>"]
license = "GPL-3.0-or-later"
readme = "README.rst"
packages = [{include = "cursorius_pipeline_api_v2"}]
[tool.poetry.dependencies]
python = "^3.10"
grpcio = "^1.51.1"
protobuf = "^4.21.12"
[tool.poetry.group.dev.dependencies]
grpcio-tools = "^1.51.1"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"