update py version in dev requirements

This commit is contained in:
mdoglio 2013-03-20 14:00:28 +00:00
Родитель 03b239de23
Коммит 983932f1d9
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -1,8 +1,8 @@
# Dependencies (both pure-Python and compiled) needed only in development
# for the test suite and coverage metrics
py==1.4.7
pytest==2.3.4
py==1.4.12
pytest==2.3.4
pytest-cov==1.6
cov-core==1.6
coverage==3.5.2