Skip to content

Commit

Permalink
Update requirements to point at a fork
Browse files Browse the repository at this point in the history
  • Loading branch information
CloCkWeRX committed Feb 9, 2025
1 parent 6139779 commit c5c0640
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,10 @@
author="Jeff Irion",
author_email="[email protected]",
packages=["androidtv", "androidtv.adb_manager", "androidtv.basetv", "androidtv.androidtv", "androidtv.firetv"],
install_requires=["adb-shell>=0.4.0", "pure-python-adb>=0.3.0.dev0"],
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
],
extras_require={"async": ["aiofiles>=0.4.0", "async_timeout>=3.0.0"], "usb": ["adb-shell[usb]>=0.4.0"]},
classifiers=[
"License :: OSI Approved :: MIT License",
Expand Down

0 comments on commit c5c0640

Please sign in to comment.