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