setuptools>=18.5
decorator
pickleshare
simplegeneric>0.8
traitlets>=4.2
prompt_toolkit<2.0.0,>=1.0.4
pygments

[: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

[:sys_platform == "win32" and python_version < "3.6"]
win_unicode_console>=0.5

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

[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

[test:python_version == "2.7"]
mock

[test:python_version >= "3.4"]
numpy
