Skip to content

Commit

Permalink
fixed missing dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
shauntarves committed Oct 27, 2022
1 parent a043d6f commit 82e17fe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"tests.*",
]
),
install_requires=["requests", "blackboxprotobuf", "mintotp"],
install_requires=["requests", "blackboxprotobuf", "mintotp", "pycryptodomex"],
setup_requires=pytest_runner,
test_suite="tests",
tests_require=validate_dependencies,
Expand Down
2 changes: 1 addition & 1 deletion wyze_sdk/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.6.0"
__version__ = "1.7.1"

0 comments on commit 82e17fe

Please sign in to comment.