view dev_requirements.txt @ 6261:9f4c9fc67481

style: in preparation for bootstrap, add bootstrap compatible field classes This is a subset of a bigger changeset. The subset was extracted by Mads Kiilerich, mostly by: sed -i \ -e 's,<div class="fields">,<div class="fields form-horizontal">,g' \ -e 's,<div class="field">,<div class="field form-group">,g' \ -e 's,<label for="\([^"]*\)"">,<label for="\1" class="control-label">,g' \ `hg mani`
author domruf <dominikruf@gmail.com>
date Sun, 18 Sep 2016 20:00:46 +0200
parents 28b1d67b1601
children 98dd27958280
line wrap: on
line source

pytest>=2.7.0,<4.0
pytest-runner
pytest-sugar>=0.7.0
pytest-catchlog
WebTest<2 # this is also a Pylons dependency and pinned in setup.py to avoid version conflicts for WebOb
mock
sphinx