Skip to content

Commit

Permalink
Update patch_toml.py
Browse files Browse the repository at this point in the history
  • Loading branch information
FeodorFitsner committed Aug 26, 2023
1 parent 78c28a6 commit 7bb0be0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions sdk/python/patch_toml.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@
deps["flet-core"] = ver
if deps.get("flet-runtime"):
deps["flet-runtime"] = ver
if deps.get("flet"):
deps["flet"] = ver

# save
with open(toml_path, "w") as f:
Expand Down

0 comments on commit 7bb0be0

Please sign in to comment.