blob: fd202d597b464ba4eaa79160e3b9ada0f7941c8e (
plain)
1
2
3
4
5
6
7
8
9
|
six
pytest >= 3.0; python_version != '3.3'
pytest-cov >= 2.0.0
freezegun ; python_version != '3.3'
hypothesis >= 3.30
coverage
mock ; python_version < '3.0'
build >= 0.3.0 ; python_version >= '3.6'
attrs!=21.1.0
|