diff --git a/common b/common index 87a6b16..0976443 160000 --- a/common +++ b/common @@ -1 +1 @@ -Subproject commit 87a6b16299d7d57a17f6fa76ed38959798902810 +Subproject commit 09764438d0c3d950a2c1def7b514a976668941e5 diff --git a/pyproject.toml b/pyproject.toml new file mode 100644 index 0000000..86dab9f --- /dev/null +++ b/pyproject.toml @@ -0,0 +1,3 @@ +[build-system] +requires = ["setuptools>=61", "wheel", "grpcio-tools"] +build-backend = "setuptools.build_meta"