Remove pygments as a dependency

Pygments is bundled in pygments.rb it's no longer required
to be installed by the user.
This commit is contained in:
Tom Bell 2013-04-04 10:09:11 +02:00
parent d3e92183fd
commit 608088105c
1 changed files with 0 additions and 1 deletions

View File

@ -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