Files @ d44232c8d76a
Branch filter:

Location: kallithea/dev_requirements.txt

Mads Kiilerich
less: fix displaying +/- signs in code-difftable

35d3a85fc650 introduced the Bootstrap default overflow:auto styling of pre.
That made overflow hidden instead of visible, and thus broke our display of +/-
as a :before with relative positioning outside the pre.

To undo that, add overflow to the list of Bootstrap pre styling we override.

Based on another fix by Dominik Ruf.
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