Show More
@@ -202,7 +202,6 b' extras_require = dict(' | |||||
202 | install_requires = [ |
|
202 | install_requires = [ | |
203 | 'setuptools>=18.5', |
|
203 | 'setuptools>=18.5', | |
204 | 'jedi>=0.10', |
|
204 | 'jedi>=0.10', | |
205 | 'typing', |
|
|||
206 | 'decorator', |
|
205 | 'decorator', | |
207 | 'pickleshare', |
|
206 | 'pickleshare', | |
208 | 'simplegeneric>0.8', |
|
207 | 'simplegeneric>0.8', | |
@@ -218,6 +217,7 b' install_requires = [' | |||||
218 | extras_require.update({ |
|
217 | extras_require.update({ | |
219 | 'test:python_version >= "3.4"': ['numpy'], |
|
218 | 'test:python_version >= "3.4"': ['numpy'], | |
220 | ':python_version == "3.3"': ['pathlib2'], |
|
219 | ':python_version == "3.3"': ['pathlib2'], | |
|
220 | ':python_version <= "3.4"': ['typing'], | |||
221 | ':sys_platform != "win32"': ['pexpect'], |
|
221 | ':sys_platform != "win32"': ['pexpect'], | |
222 | ':sys_platform == "darwin"': ['appnope'], |
|
222 | ':sys_platform == "darwin"': ['appnope'], | |
223 | ':sys_platform == "win32"': ['colorama'], |
|
223 | ':sys_platform == "win32"': ['colorama'], |
General Comments 0
You need to be logged in to leave comments.
Login now