Files @ b16dac5c97e6
Branch filter:

Location: kallithea/dev_requirements.txt - annotation

Mads Kiilerich
pygments: update css for Pygments 2.2.0

Most of kallithea/public/css/pygments.css was created with Pygments 1.4 and a command like

pygmentize -S default -f html | sed 's/^\(.*\) { /.code-highlight \1, .codehilite \1 { /g' > kallithea/public/css/pygments.css

Now, the minimum supported version is 1.5 and the latest available version is 2.2.0 .

Recreate the file with latest version, Pygments 2.2.0 .
babel >= 0.9.6, < 2.4
waitress >= 0.8.8, < 1.0
pytest ~= 3.0
pytest-runner
pytest-sugar>=0.7.0
pytest-benchmark
pytest-catchlog
pytest-localserver
mock
sphinx
webtest < 3