Skip to content

Commit

Permalink
Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
CloCkWeRX committed Feb 9, 2025
1 parent c45961d commit ab6c213
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
packages=["androidtv", "androidtv.adb_manager", "androidtv.basetv", "androidtv.androidtv", "androidtv.firetv"],
install_requires=[
"adb-shell>=0.4.0",
"pure-python-adb @ git+https://github.com/CloCkWeRX/[email protected]" # TODO: Change to https://github.com/spm5065/pure-python-adb when a tag is available
"pure-python-adb @ git+https://github.com/CloCkWeRX/[email protected]", # TODO: Change to https://github.com/spm5065/pure-python-adb when a tag is available
],
extras_require={"async": ["aiofiles>=0.4.0", "async_timeout>=3.0.0"], "usb": ["adb-shell[usb]>=0.4.0"]},
classifiers=[
Expand Down

0 comments on commit ab6c213

Please sign in to comment.