From 841f42d1e9e7d005f494874f3412687e6defd3a2 Mon Sep 17 00:00:00 2001 From: khorshuheng Date: Mon, 9 Jan 2023 12:10:46 +0800 Subject: [PATCH] Fix python sdk dependencies --- caraml-store-python/setup.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/caraml-store-python/setup.py b/caraml-store-python/setup.py index 90caa63..b2b3384 100644 --- a/caraml-store-python/setup.py +++ b/caraml-store-python/setup.py @@ -9,9 +9,9 @@ REQUIRED = [ "grpcio>=1.50.0", - "protobuf>=4.21.9" - "PyYAML>=6.0.0" - "croniter==1.*" + "protobuf>=4.21.9", + "PyYAML>=6.0.0", + "croniter==1.*", ] EXTRA_REQUIRED = {