comparison dev-requirements.txt @ 642:79aefe82c6b6

cm: Move all scripts into a `garcon` package with `invoke` support.
author Ludovic Chabant <ludovic@chabant.com>
date Sun, 14 Feb 2016 22:11:24 -0800
parents ff595828a364
children afd100ab86d0
comparison
equal deleted inserted replaced
641:35221f5fe0dd 642:79aefe82c6b6
1 cov-core==1.15.0 1 cov-core==1.15.0
2 coverage==3.7.1 2 coverage==3.7.1
3 invoke==0.12.2
3 mock==1.0.1 4 mock==1.0.1
4 pytest==2.7.0 5 pytest==2.7.0
5 pytest-cov==1.8.1 6 pytest-cov==1.8.1
6 pytest-mock==0.4.3 7 pytest-mock==0.4.3
7 8