view dev_requirements.txt @ 6252:e33b17db388d

helpers: move Page/RepoPage to a separate file page.py The Page and RepoPage classes are not used from templates and thus do not belong in helpers. They could have been put in utils.py, but because they are completely standalone we can easily split them to a separate file.
author Thomas De Schampheleire <thomas.de.schampheleire@gmail.com>
date Sat, 08 Oct 2016 22:59:50 +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