
[: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']
futures>=3.3
backports.functools-lru-cache>=1.5
prompt_toolkit<2,>=1

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

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

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

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

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

[asyncio]
trollius>=2.2

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

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

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

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

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

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

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

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

[jobs]
psutil>=5

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

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

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

[mypy]
mypy<0.721,>=0.720

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

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

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

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

[watch]
watchdog>=0.9
