Replacing pygments with a JS-based code highlighter.

This commit is contained in:
Ryan Petrello
2012-03-19 16:18:10 -04:00
parent d1fab32878
commit 99bd77e52b
2 changed files with 582 additions and 83 deletions

File diff suppressed because one or more lines are too long

View File

@@ -12,8 +12,7 @@ requirements = [
"simplegeneric >= 0.8", # py3 compat
"Mako >= 0.4.0",
"Paste >= 1.7.5.1",
"WebTest >= 1.3.1", # py3 compat
"Pygments >= 1.1" # py3 compat
"WebTest >= 1.3.1" # py3 compat
]
try: