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 = {