Skip to content

Commit 6b2d91f

Browse files
committed
Specify gflags in readme and versions in setup
1 parent 2cbe0a5 commit 6b2d91f

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

README.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ Cons:
2727

2828
Dependencies:
2929
* libusb1 (1.0.16+)
30+
* python-gflags (2.0+)
3031
* python-libusb1 (1.2.0+)
3132
* python-progressbar (for fastboot_debug, 2.3+)
3233
* python-m2crypto (0.21.1+)

setup.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,11 @@
4343

4444
keywords = ['android', 'adb', 'fastboot'],
4545

46-
requires = ['python-gflags', 'libusb1', 'M2Crypto'],
46+
requires = ['python-gflags>=2.0', 'libusb1>=1.0.16', 'M2Crypto>=0.21.1'],
47+
48+
extra_requires = {
49+
'fastboot': 'progressbar>=2.3'
50+
},
4751

4852
## classifier list https://pypi.python.org/pypi?:action=list_classifiers
4953
classifiers = [

0 commit comments

Comments
 (0)