# Dependencies required to run tests
# TODO How to specify OpenCV? 'cv2>=2.4.8'
coveralls>=1.1
enum34==1.1.6; python_version == '2.7'
# imageio dropped support for Python 2.7 in 2.6.1
imageio>=2.3.0,<=2.6.1; python_version == '2.7'
imageio>=2.3.0; python_version > '3'
mock>=2.0.0; python_version == '2.7'
nose>=1.3.4
numpy>=1.8.2
pathlib>=1.0.1; python_version == '2.7'
Pillow>=3.2.0
pytest>=4.6.11
pytest-cov>=2.12.1
