
[:python_version == "2.7"]
backports.shutil_get_terminal_size

[:python_version == "2.7" or python_version == "3.3"]
pathlib2

[:sys_platform != "win32"]
pexpect

[:sys_platform == "darwin"]
appnope

[:sys_platform == "win32"]
colorama
win_unicode_console>=0.5

[all]
testpath
notebook
pygments
nbconvert
ipywidgets
requests
ipykernel
ipyparallel
Sphinx>=1.3
nbformat
qtconsole
numpy
nose>=0.10.1

[doc]
Sphinx>=1.3

[kernel]
ipykernel

[nbconvert]
nbconvert

[nbformat]
nbformat

[notebook]
notebook
ipywidgets

[parallel]
ipyparallel

[qtconsole]
qtconsole

[terminal]

[test]
nose>=0.10.1
requests
testpath
pygments
nbformat
ipykernel
numpy

[test:python_version == "2.7"]
mock
