##// END OF EJS Templates
Pin Jedi dependency.
Damian Yurzola -
Show More
@@ -186,14 +186,14 b' extras_require = dict('
186 186 )
187 187
188 188 install_requires = [
189 'setuptools>=18.5',
190 'jedi>=0.10',
191 'decorator',
192 'pickleshare',
193 'traitlets>=4.2',
194 'prompt_toolkit>=2.0.0,<3.1.0,!=3.0.0,!=3.0.1',
195 'pygments',
196 'backcall',
189 "setuptools>=18.5",
190 "jedi>=0.16,<0.18.0",
191 "decorator",
192 "pickleshare",
193 "traitlets>=4.2",
194 "prompt_toolkit>=2.0.0,<3.1.0,!=3.0.0,!=3.0.1",
195 "pygments",
196 "backcall",
197 197 ]
198 198
199 199 # Platform-specific dependencies:
General Comments 0
You need to be logged in to leave comments. Login now