Initial commit
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
[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"
|
||||
Reference in New Issue
Block a user