view dev-requirements.txt @ 374:fa3ee8a8ee2d

serve: Split the server code in a couple modules inside a `serving` package. This makes the `serve` command's code a bit more removed from implementation details, and paves the way for the CMS mode.
author Ludovic Chabant <ludovic@chabant.com>
date Thu, 07 May 2015 21:37:38 -0700
parents ff595828a364
children 79aefe82c6b6
line wrap: on
line source

cov-core==1.15.0
coverage==3.7.1
mock==1.0.1
pytest==2.7.0
pytest-cov==1.8.1
pytest-mock==0.4.3