From 608088105c8fffa38b841d1198a6e06a21a1dad3 Mon Sep 17 00:00:00 2001 From: Tom Bell Date: Thu, 4 Apr 2013 10:09:11 +0200 Subject: [PATCH] Remove pygments as a dependency Pygments is bundled in pygments.rb it's no longer required to be installed by the user. --- README.textile | 1 - 1 file changed, 1 deletion(-) diff --git a/README.textile b/README.textile index 759401af..cc8fcc3a 100644 --- a/README.textile +++ b/README.textile @@ -31,7 +31,6 @@ h2. Runtime Dependencies * Kramdown: Markdown-superset converter (Ruby) * Liquid: Templating system (Ruby) * Maruku: Default markdown engine (Ruby) -* Pygments: Syntax highlighting (Python) h2. Developer Dependencies