
[:platform_python_implementation!='CPython']
pyparsing<2.4.1,>=2.4.0

[:platform_python_implementation=='CPython']
cPyparsing>=2.4.0.1.0.0

[:python_version<'2.7']
argparse>=1.4

[:python_version<'3']
backports.functools-lru-cache>=1.5
futures>=3.3
prompt_toolkit<2,>=1

[:python_version>='2.7']
pygments>=2.3.1

[:python_version>='3']
prompt_toolkit>=1

[all]
jupyter-console>=5.2
jupyter>=1.0
mypy<0.721,>=0.720
psutil>=5
trollius>=2.2
watchdog>=0.9

[all:python_version < "3"]
ipykernel>=4.10
ipython>=5.4

[all:python_version >= "3"]
ipykernel>=5.1
ipython>=6.5

[asyncio]
trollius>=2.2

[dev]
jupyter-console>=5.2
jupyter>=1.0
mypy<0.721,>=0.720
pexpect>=4
pre-commit>=1
psutil>=5
pygments>=2.3.1
pyparsing<2.4.1,>=2.4.0
pytest>=3
recommonmark>=0.5
requests>=2
sphinx<1.7.5,>=1.7.4
sphinx_bootstrap_theme<0.5,>=0.4
trollius>=2.2
vprof>=0.36
watchdog>=0.9

[dev:python_version < "3"]
ipykernel>=4.10
ipython>=5.4
numpy>=1

[dev:python_version >= "3"]
ipykernel>=5.1
ipython>=6.5

[dev:python_version >= "3.4"]
numpy>=1

[docs]
pygments>=2.3.1
recommonmark>=0.5
sphinx<1.7.5,>=1.7.4
sphinx_bootstrap_theme<0.5,>=0.4

[ipython]
jupyter-console>=5.2
jupyter>=1.0

[ipython:python_version < "3"]
ipykernel>=4.10
ipython>=5.4

[ipython:python_version >= "3"]
ipykernel>=5.1
ipython>=6.5

[jobs]
psutil>=5

[jupyter]
jupyter-console>=5.2
jupyter>=1.0

[jupyter:python_version < "3"]
ipykernel>=4.10
ipython>=5.4

[jupyter:python_version >= "3"]
ipykernel>=5.1
ipython>=6.5

[mypy]
mypy<0.721,>=0.720

[tests]
jupyter-console>=5.2
jupyter>=1.0
mypy<0.721,>=0.720
pexpect>=4
psutil>=5
pyparsing<2.4.1,>=2.4.0
pytest>=3

[tests:python_version < "3"]
ipykernel>=4.10
ipython>=5.4
numpy>=1

[tests:python_version >= "3"]
ipykernel>=5.1
ipython>=6.5

[tests:python_version >= "3.4"]
numpy>=1

[watch]
watchdog>=0.9
