view dev_requirements.txt @ 7237:ac57e45ed903

graph: make sure graph is shown next to the table it belongs to For some screens sizes (for example around 800 px), the graph with changes available for PR update wasn't shown next to the corresponding table. The two boxes would float vertically and be rendered after each other. To fix that, use the same trick as before 02aef1484695: set the graph height to 0 and give the table a left margin leaving room for the graph. (The fancyness of Bootstrap grids does in this case seem to only get in the way. Plain percent would perhaps work better.)
author Mads Kiilerich <mads@kiilerich.com>
date Sun, 08 Apr 2018 15:57:18 +0200
parents 5ab31ff3011f
children 9ec1d2ac4529
line wrap: on
line source

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