Add Protobuf with Testing + Codegen #7

Merged
colonelpanic merged 12 commits from mk/add-protobuf into master 2024-05-22 11:27:55 -06:00
Showing only changes of commit 0b5f780ae5 - Show all commits

15
pyproject.toml Normal file
View File

@ -0,0 +1,15 @@
[tool.poetry]
name = "railbird-gql"
version = "0.1.0"
description = ""
authors = ["Mike Kalange <countablecloud@gmail.com>"]
readme = "README.md"
packages = [{include = "railbird_gql"}]
[tool.poetry.dependencies]
python = ">=3.10,<3.12"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"