2024-05-21 15:47:01 -06:00
|
|
|
[tool.poetry]
|
2024-05-21 15:54:35 -06:00
|
|
|
name = "rbgql"
|
2024-05-21 15:47:01 -06:00
|
|
|
version = "0.1.0"
|
|
|
|
description = ""
|
|
|
|
authors = ["Mike Kalange <countablecloud@gmail.com>"]
|
|
|
|
readme = "README.md"
|
2024-05-21 15:51:17 -06:00
|
|
|
packages = [{include = "protobuf"}]
|
2024-05-21 15:47:01 -06:00
|
|
|
|
|
|
|
[tool.poetry.dependencies]
|
|
|
|
python = ">=3.10,<3.12"
|
|
|
|
|
|
|
|
|
|
|
|
[build-system]
|
|
|
|
requires = ["poetry-core"]
|
|
|
|
build-backend = "poetry.core.masonry.api"
|