Skip to content

Commit

Permalink
Added dependency for withings-sync
Browse files Browse the repository at this point in the history
  • Loading branch information
cyberjunky committed Oct 28, 2023
1 parent e471f23 commit fe7582b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion example.py
Original file line number Diff line number Diff line change
Expand Up @@ -663,7 +663,8 @@ def switch(api, i):
visceral_fat_rating=visceral_fat_rating,
bmi=bmi,
)
elif i == "M":
)
elif i == "M":
# Set blood pressure values
display_json(
f"api.set_blood_pressure(120,80,80,notes=`Testing with example.py`)",
Expand Down
1 change: 1 addition & 0 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
garth >= 0.4.23
withings-sync>=4.1.0
readchar
requests

0 comments on commit fe7582b

Please sign in to comment.