From 7075812f476e599fde000325afcd905df3e43ce8 2020-03-10 10:58:20 From: Jamie Cockburn Date: 2020-03-10 10:58:20 Subject: [PATCH] Pinned pygments dependency for python 2.7 compat --- diff --git a/setup.py b/setup.py index 9cbb0ff..ea4a8ec 100755 --- a/setup.py +++ b/setup.py @@ -182,7 +182,7 @@ extras_require = dict( parallel = ['ipyparallel'], qtconsole = ['qtconsole'], doc = ['Sphinx>=1.3'], - test = ['nose>=0.10.1', 'requests', 'testpath', 'pygments', 'nbformat', 'ipykernel'], + test = ['nose>=0.10.1', 'requests', 'testpath', 'pygments<2.6', 'nbformat', 'ipykernel'], terminal = [], kernel = ['ipykernel'], nbformat = ['nbformat'], @@ -197,7 +197,7 @@ install_requires = [ 'simplegeneric>0.8', 'traitlets>=4.2', 'prompt_toolkit>=1.0.4,<2.0.0', - 'pygments', + 'pygments<2.6', ] # Platform-specific dependencies: