2024-05-22 11:27:54 -06:00
|
|
|
[tool.poetry]
|
2024-05-22 12:00:39 -06:00
|
|
|
name = "rbproto"
|
2024-05-22 11:27:54 -06:00
|
|
|
version = "0.1.0"
|
|
|
|
description = ""
|
|
|
|
authors = ["Mike Kalange <countablecloud@gmail.com>"]
|
|
|
|
readme = "README.md"
|
|
|
|
packages = [{include = "rbproto"}]
|
|
|
|
|
|
|
|
[tool.poetry.dependencies]
|
|
|
|
python = ">=3.10,<3.12"
|
|
|
|
protobuf = "^4.25.3"
|
|
|
|
|
|
|
|
|
|
|
|
[build-system]
|
|
|
|
requires = ["poetry-core"]
|
|
|
|
build-backend = "poetry.core.masonry.api"
|