Replacing pygments with a JS-based code highlighter.
This commit is contained in:
664
pecan/debug.py
664
pecan/debug.py
File diff suppressed because one or more lines are too long
3
setup.py
3
setup.py
@@ -12,8 +12,7 @@ requirements = [
|
|||||||
"simplegeneric >= 0.8", # py3 compat
|
"simplegeneric >= 0.8", # py3 compat
|
||||||
"Mako >= 0.4.0",
|
"Mako >= 0.4.0",
|
||||||
"Paste >= 1.7.5.1",
|
"Paste >= 1.7.5.1",
|
||||||
"WebTest >= 1.3.1", # py3 compat
|
"WebTest >= 1.3.1" # py3 compat
|
||||||
"Pygments >= 1.1" # py3 compat
|
|
||||||
]
|
]
|
||||||
|
|
||||||
try:
|
try:
|
||||||
|
|||||||
Reference in New Issue
Block a user