Skip to content

Commit 80c2943

Browse files
authored
Fix setup requirement (#97)
Signed-off-by: Khor Shu Heng <[email protected]>
1 parent 8de7d33 commit 80c2943

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ def run(self):
149149
],
150150
entry_points={"console_scripts": ["feast-spark=feast_spark.cli:cli"]},
151151
use_scm_version={"root": "../", "relative_to": __file__, "tag_regex": TAG_REGEX},
152-
setup_requires=["setuptools_scm", "grpcio-tools==1.31.0", "feast==0.9.5.2", "mypy-protobuf==2.5"],
152+
setup_requires=["setuptools_scm", "grpcio-tools==1.31.0", "google-auth==1.21.1", "feast==0.9.5.2", "mypy-protobuf==2.5"],
153153
cmdclass={
154154
"build_proto": BuildProtoCommand,
155155
"build_py": BuildCommand,

0 commit comments

Comments
 (0)