view dev_requirements.txt @ 6318:2d216fd7d5a2

db: rename UserFollowing.follows_repo_id to follows_repository_id Since the relationship is 'follows_repository', rename the column to be 'follows_repository_id', not 'follows_repo_id'. This also makes the Python column name match the actual database column name. (The inconsistency dates back to early RhodeCode days.)
author Søren Løvborg <sorenl@unity3d.com>
date Mon, 19 Sep 2016 14:41:11 +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