##// END OF EJS Templates
Merge pull request #12757 from dangreenisrael/patch-1
Matthias Bussonnier -
r26280:b8f82808 merge
parent child Browse files
Show More
@@ -183,15 +183,15 b' extras_require = dict('
183 )
183 )
184
184
185 install_requires = [
185 install_requires = [
186 'setuptools>=18.5',
186 "setuptools>=18.5",
187 'jedi>=0.16',
187 "jedi>=0.16,<0.18.0",
188 'decorator',
188 "decorator",
189 'pickleshare',
189 "pickleshare",
190 'traitlets>=4.2',
190 "traitlets>=4.2",
191 'prompt_toolkit>=2.0.0,<3.1.0,!=3.0.0,!=3.0.1',
191 "prompt_toolkit>=2.0.0,<3.1.0,!=3.0.0,!=3.0.1",
192 'pygments',
192 "pygments",
193 'backcall',
193 "backcall",
194 'stack_data',
194 "stack_data",
195 ]
195 ]
196
196
197 # Platform-specific dependencies:
197 # Platform-specific dependencies:
General Comments 0
You need to be logged in to leave comments. Login now