Skip to content

Commit c5c0640

Browse files
committed
Update requirements to point at a fork
1 parent 6139779 commit c5c0640

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

setup.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,10 @@
1616
author="Jeff Irion",
1717
author_email="jefflirion@users.noreply.github.com",
1818
packages=["androidtv", "androidtv.adb_manager", "androidtv.basetv", "androidtv.androidtv", "androidtv.firetv"],
19-
install_requires=["adb-shell>=0.4.0", "pure-python-adb>=0.3.0.dev0"],
19+
install_requires=[
20+
"adb-shell>=0.4.0",
21+
"pure-python-adb @ git+https://github.com/CloCkWeRX/pure-python-adb@v0.3.0.pre" # TODO: Change to https://github.com/spm5065/pure-python-adb when a tag is available
22+
],
2023
extras_require={"async": ["aiofiles>=0.4.0", "async_timeout>=3.0.0"], "usb": ["adb-shell[usb]>=0.4.0"]},
2124
classifiers=[
2225
"License :: OSI Approved :: MIT License",

0 commit comments

Comments
 (0)