Skip to content

Commit 7cfdb25

Browse files
author
aandres
committed
Add deps
1 parent 815e837 commit 7cfdb25

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

poetry.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[build-system]
2-
requires = ["setuptools", "setuptools-rust", "maturin"]
2+
requires = ["setuptools", "setuptools-rust", "maturin", "protobuf"]
33
build-backend = "maturin"
44

55
[project]
@@ -41,17 +41,17 @@ python = ">=3.8"
4141
setuptools = "*"
4242
maturin = "*"
4343
pyarrow = "*"
44-
googleapis-common-protos = ">=1.53.0"
4544
protobuf = ">=3.20.1"
4645
setuptools-rust = "^0.10.6"
47-
grpcio-tools = ">=1.46.0"
46+
4847

4948
[tool.poetry.group.dev.dependencies]
5049
black = ">=22.10.0"
5150
coverage = ">=6.5.0"
5251
flake8 = ">=5.0.4"
5352
git-changelog = ">=2.2.0"
5453
grpcio-tools = ">=1.46.0"
54+
googleapis-common-protos = ">=1.53.0"
5555
inflection = ">=0.5.1"
5656
isort = ">=5.10.1"
5757
mkdocs = ">=1.4.2"

0 commit comments

Comments
 (0)