Skip to content

Commit

Permalink
Upped version
Browse files Browse the repository at this point in the history
Removed unneeded requirement
  • Loading branch information
cyberjunky committed Oct 21, 2022
1 parent fb8d392 commit 51bbcde
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@ def read(*parts):
name="garminconnect",
keywords=["garmin connect", "api", "client"],
license="MIT license",
install_requires=["requests","cloudscraper", "python-dotenv"],
install_requires=["requests","cloudscraper"],
long_description_content_type="text/markdown",
long_description=readme,
url="https://github.com/cyberjunky/python-garminconnect",
packages=["garminconnect"],
version="0.1.45"
version="0.1.46"
)

0 comments on commit 51bbcde

Please sign in to comment.