Skip to content

Commit

Permalink
Removing uuid from the setup dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
leikoilja committed Feb 21, 2021
1 parent 14a3b22 commit 646c354
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 7 deletions.
30 changes: 25 additions & 5 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
### v0.2.1
#### Changes

- Zeroconf import @ArnyminerZ (#32)

#### 🚀 Features

- Adding client tests for fetching tokens @leikoilja (#30)
- Grpcio tools version @ArnyminerZ (#29)

#### 🧰 Maintenance

- Get devices testing @ArnyminerZ (#31)


### v0.2.0
#### Changes

Expand All @@ -21,17 +36,22 @@

- Implement typing @ArnyminerZ (#22)


### v0.1.4
* Pinning `grpcio==1.31.0` dependency to match with HomeAssistant's version
- Pinning `grpcio==1.31.0` dependency to match with HomeAssistant's version


### v0.1.3
* Removing `jq` dependency, thanks @DurgNomis-drol
- Removing `jq` dependency, thanks @DurgNomis-drol


### v0.1.2
* Removing dependency `requests==2.23.0` since `gpsoauth` is supporting newest versions
- Removing dependency `requests==2.23.0` since `gpsoauth` is supporting newest versions


### v0.1.1
* Fixing the GetHomeGraphResponse.Home.Device.State.value serialization issue
- Fixing the `GetHomeGraphResponse.Home.Device.State.value` serialization issue


### v0.1
* Initial release
- Initial release
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

setup_args = dict(
name="glocaltokens",
version="0.2.0",
version="0.2.2",
description="Tool to extract Google device local authentication tokens in Python",
long_description_content_type="text/markdown",
long_description=README + "\n\n" + HISTORY,
Expand All @@ -23,7 +23,6 @@
)

install_requires = [
"uuid",
"gpsoauth",
# grpcio is pinned by HomeAssistant
# See https://github.com/home-assistant/core/blob/6e67b943da09a13409e1a61ec34ed7144e1093c3/script/gen_requirements_all.py
Expand Down

0 comments on commit 646c354

Please sign in to comment.