-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #80 from gtdiehl/gen_passwd
Use library to generate and consume password
- Loading branch information
Showing
2 changed files
with
8 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -35,7 +35,7 @@ | |
"wheel>=0.34.2", | ||
] | ||
|
||
requirements = ["httpx>=0.12.1"] | ||
requirements = ["httpx>=0.12.1", "envoy_utils>=0.0.1"] | ||
|
||
extra_requirements = { | ||
"setup": setup_requirements, | ||
|
@@ -50,7 +50,7 @@ | |
|
||
setuptools.setup( | ||
name="envoy_reader", | ||
version="0.19.0", | ||
version="0.20.0", | ||
author="Jesse Rizzo", | ||
author_email="[email protected]", | ||
description="A program to read from an Enphase Envoy on the local network", | ||
|