Skip to content

Commit

Permalink
Merge pull request #83 from khorshuheng/fix-sdk-dependencies
Browse files Browse the repository at this point in the history
Fix python sdk dependencies
  • Loading branch information
khorshuheng authored Jan 9, 2023
2 parents d96b2b4 + 841f42d commit e0d1692
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions caraml-store-python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 = {
Expand Down

0 comments on commit e0d1692

Please sign in to comment.