File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -131,14 +131,14 @@ Python dependencies
131
131
132
132
Dependencies should be automatically installed with PIP.
133
133
134
- * pyusb >= 1.0.0, < 1.2.0
134
+ * pyusb >= 1.0.0, != 1.2.0
135
135
* pyserial >= 3.0
136
136
137
137
Do *not * install PyUSB _ from GitHub development branch (``master ``, ...).
138
138
Always prefer a stable, tagged release.
139
139
140
140
PyUSB 1.2.0 also broke the backward compatibility of the Device API, so it will
141
- not work with PyFtdi for the time being .
141
+ not work with PyFtdi.
142
142
143
143
Installing with PIP
144
144
```````````````````
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ libraries:
16
16
PyFtdi _ does not depend on any other native library, and only uses standard
17
17
Python modules along with PyUSB _ and pyserial _.
18
18
19
- PyFtdi _ is beeing tested with PyUSB _ 1.0.2 .
19
+ PyFtdi _ is beeing tested with PyUSB _ 1.1.0 .
20
20
21
21
Development
22
22
~~~~~~~~~~~
Original file line number Diff line number Diff line change 1
- pyusb >= 1.0 , < 1.2.0
1
+ pyusb >= 1.0 , != 1.2.0
2
2
pyserial >= 3.0
Original file line number Diff line number Diff line change 46
46
'Topic :: System :: Hardware :: Hardware Drivers' ,
47
47
]
48
48
INSTALL_REQUIRES = [
49
- 'pyusb >= 1.0.0, < 1.2.0' ,
49
+ 'pyusb >= 1.0.0, != 1.2.0' ,
50
50
'pyserial >= 3.0' ,
51
51
]
52
52
TEST_REQUIRES = [
You can’t perform that action at this time.
0 commit comments