From 8ac3c5961ca96500034c34d589f4ecab77bcce97 Mon Sep 17 00:00:00 2001 From: Jakub Roztocil Date: Sat, 13 Aug 2016 22:57:33 +0200 Subject: [PATCH] Upgrade Pygments version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index a508d483..3dc88620 100644 --- a/setup.py +++ b/setup.py @@ -36,7 +36,7 @@ tests_require = [ install_requires = [ 'requests>=2.11.0', - 'Pygments>=1.5' + 'Pygments>=2.1.3' ]