aboutsummaryrefslogtreecommitdiff
path: root/requirements-dev.txt
blob: 4a826cf82b76717212d7ce36ae678dd0803295f9 (plain)
1
2
3
4
5
6
7
8
9
six
pytest >= 3.0 ; python_version != '3.2' and python_version != '3.3'
pytest < 3.3; python_version == '3.3'
pytest >= 2.0 ; python_version == '3.2'
freezegun
coverage==3.7.1 ; python_version == '3.2'
coverage ; python_version != '3.2'
mock ; python_version < '3.0'