view dev_requirements.txt @ 6723:ee3343f3658f

style: drop form-horizontal - our style is much closer to plain Bootstrap forms form-horizontal is made for grid markup. It give form-groups a negative margin to break out of the grid ... but the way we use it for settings, we have to do weird things to undo that. The default styling for forms is much closer to what we want. It looks ok without our custom styling and is easier to style to our style. If we want grid markup with form-horizontal, it would be correct to re-introduce both at once.
author Mads Kiilerich <mads@kiilerich.com>
date Sun, 25 Jun 2017 18:47:51 +0200
parents d4e1692e25ab
children 02c820c5c48e
line wrap: on
line source

babel >= 0.9.6, < 2.4
waitress >= 0.8.8, < 1.0
pytest ~= 3.0
pytest-runner
pytest-sugar>=0.7.0
pytest-catchlog
pytest-localserver
mock
sphinx
webtest < 3