Commit a732b83
Jack Jester-Weinstein
Move twisted requirement to extra
Currently some of the asynchronous dependencies (pyasn1, pycrypto) are
listed under a 'twisted' extra, but twisted is not. This commit moves
twisted to the 'twisted' extra, so that `pip install pymodbus['twisted']
installs twisted and all async dependencies, and `pip install pymodbus`
installs only pyserial.1 parent c1f3aed commit a732b83
1 file changed
+1
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
63 | 63 | | |
64 | 64 | | |
65 | 65 | | |
66 | | - | |
67 | 66 | | |
68 | 67 | | |
69 | 68 | | |
70 | 69 | | |
71 | 70 | | |
72 | | - | |
| 71 | + | |
73 | 72 | | |
74 | 73 | | |
75 | 74 | | |
| |||
0 commit comments