File tree 1 file changed +4
-3
lines changed 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -214,16 +214,17 @@ Required Dependencies
214
214
`cycler <http://matplotlib.org/cycler/>`__ 0.10.0 or later
215
215
Composable cycle class used for constructing style-cycles
216
216
217
+ `six <https://pypi.python.org/pypi/six>`_
218
+ Required for compatibility between python 2 and python 3
219
+
220
+
217
221
Required dependencies for python 2
218
222
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
219
223
220
224
`functools32 <https://pypi.python.org/pypi/functools32>`_
221
225
Required for compatibility if running on versions of Python before
222
226
Python 3.2.
223
227
224
- `six <https://pypi.python.org/pypi/six>`_
225
- Required for compatibility between python 2 and python 3
226
-
227
228
`subprocess32 <https://pypi.python.org/pypi/subprocess32/>`_
228
229
Backport of the subprocess standard library from 3.2 for python2. It
229
230
includes better timeout support.
You can’t perform that action at this time.
0 commit comments