From 209d4a1697714139583187d15d6c086a5e7f2b5d 2016-02-24 11:17:05 From: Thomas Kluyver Date: 2016-02-24 11:17:05 Subject: [PATCH] Add explicit dependency on pygments It's used for the syntax highlighting, and prompt_toolkit no longer depends on it. --- diff --git a/setup.py b/setup.py index 7387f62..f741af5 100755 --- a/setup.py +++ b/setup.py @@ -196,6 +196,7 @@ install_requires = [ 'simplegeneric>0.8', 'traitlets', 'prompt_toolkit>=0.58', + 'pygments', ] # Platform-specific dependencies: