Files
pipeline-api/python/pyproject.toml
T
2023-01-02 01:36:59 -07:00

21 lines
493 B
TOML

[tool.poetry]
name = "cursorius-pipeline-api-v2"
version = "0.1.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"
[tool.poetry.group.dev.dependencies]
grpcio-tools = "^1.51.1"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"