Show More
@@ -36,7 +36,7 b' install_requires =' | |||
|
36 | 36 | pickleshare |
|
37 | 37 | traitlets>=5 |
|
38 | 38 | prompt_toolkit>=2.0.0,<3.1.0,!=3.0.0,!=3.0.1 |
|
39 | pygments | |
|
39 | pygments>=2.4.0 | |
|
40 | 40 | backcall |
|
41 | 41 | stack_data |
|
42 | 42 | matplotlib-inline |
@@ -152,7 +152,7 b' extras_require = dict(' | |||
|
152 | 152 | "pytest", |
|
153 | 153 | "pytest-asyncio", |
|
154 | 154 | "testpath", |
|
155 | "pygments", | |
|
155 | "pygments>=2.4.0", | |
|
156 | 156 | ], |
|
157 | 157 | test_extra=[ |
|
158 | 158 | "pytest", |
@@ -162,7 +162,7 b' extras_require = dict(' | |||
|
162 | 162 | "nbformat", |
|
163 | 163 | "numpy>=1.19", |
|
164 | 164 | "pandas", |
|
165 | "pygments", | |
|
165 | "pygments>=2.4.0", | |
|
166 | 166 | "trio", |
|
167 | 167 | ], |
|
168 | 168 | terminal=[], |
General Comments 0
You need to be logged in to leave comments.
Login now