Skip to content

Commit

Permalink
Revert netifaces requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
uzlonewolf committed Jul 20, 2024
1 parent 07fdbd6 commit 62c9ad4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -364,6 +364,7 @@ while(True):
# print(" > Send DPS Update Request < ")
# payload = d.generate_payload(tinytuya.UPDATEDPS)
# d.send(payload)
```
### Tuya Cloud Access
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
INSTALL_REQUIRES = [
'requests', # Used for Setup Wizard - Tuya IoT Platform calls
'colorama', # Makes ANSI escape character sequences work under MS Windows.
'netifaces', # Used for device discovery
#'netifaces', # Used for device discovery, mainly required on multi-interface machines
]

CHOOSE_CRYPTO_LIB = [
Expand Down

0 comments on commit 62c9ad4

Please sign in to comment.