aboutsummaryrefslogtreecommitdiff
path: root/requirements-dev.txt
blob: c29f64565fc3b91c5428ad0498821e4b77adb681 (plain)
1
2
3
4
5
6
7
8
9
six
pytest >= 3.0; python_version != '3.3'
pytest <  3.3; python_version == '3.3'
pytest-cov >= 2.0.0
freezegun < 0.3.11; python_version == '3.3'
freezegun ; python_version != '3.3'
hypothesis >= 3.30
coverage
mock ; python_version < '3.0'