Skip to content

Commit

Permalink
Removed cloudscrapper from requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
jrast committed Sep 28, 2023
1 parent 64d8ec1 commit 8febfe5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
lxml
requests
cloudscraper
garth
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", "garth"],
install_requires=["lxml", "requests", "garth"],
entry_points={
"console_scripts": ["withings-sync=withings_sync.sync:main"],
},
Expand Down

0 comments on commit 8febfe5

Please sign in to comment.