Show More
@@ -183,15 +183,15 b' extras_require = dict(' | |||||
183 | ) |
|
183 | ) | |
184 |
|
184 | |||
185 | install_requires = [ |
|
185 | install_requires = [ | |
186 |
|
|
186 | "setuptools>=18.5", | |
187 |
|
|
187 | "jedi>=0.16,<0.18.0", | |
188 |
|
|
188 | "decorator", | |
189 |
|
|
189 | "pickleshare", | |
190 |
|
|
190 | "traitlets>=4.2", | |
191 |
|
|
191 | "prompt_toolkit>=2.0.0,<3.1.0,!=3.0.0,!=3.0.1", | |
192 |
|
|
192 | "pygments", | |
193 |
|
|
193 | "backcall", | |
194 |
|
|
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