Skip to content

Commit

Permalink
Add dependency to setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonBaars committed Sep 27, 2023
1 parent 12c41e5 commit 9a9bbbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ def read(fname):
"Topic :: Utilities",
"License :: OSI Approved :: MIT License",
],
install_requires=["lxml", "requests", "cloudscraper"],
install_requires=["lxml", "requests", "cloudscraper", "garth"],
entry_points={
"console_scripts": ["withings-sync=withings_sync.sync:main"],
},
Expand Down

0 comments on commit 9a9bbbc

Please sign in to comment.