##// END OF EJS Templates
Pin traitlets for old version of pip....
Matthias Bussonnier -
Show More
@@ -191,13 +191,13 b' extras_require = dict('
191 )
191 )
192
192
193 install_requires = [
193 install_requires = [
194 'setuptools>=18.5',
194 "setuptools>=18.5",
195 'decorator',
195 "decorator",
196 'pickleshare',
196 "pickleshare",
197 'simplegeneric>0.8',
197 "simplegeneric>0.8",
198 'traitlets>=4.2',
198 "traitlets>=4.2,<5.0",
199 'prompt_toolkit>=1.0.4,<2.0.0',
199 "prompt_toolkit>=1.0.4,<2.0.0",
200 'pygments<2.6',
200 "pygments<2.6",
201 ]
201 ]
202
202
203 # Platform-specific dependencies:
203 # Platform-specific dependencies:
General Comments 0
You need to be logged in to leave comments. Login now