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