
[:platform_python_implementation!='CPython']
pyparsing<2.4.6,>=2.4.5

[:platform_python_implementation=='CPython']
cPyparsing<2.4.5.0.1.2,>=2.4.5.0.1.1

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

[:python_version<'3']
backports.functools-lru-cache>=1.6
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.762,>=0.761
psutil>=5
watchdog>=0.9

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

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

[asyncio]

[asyncio:python_version < "3"]
trollius>=2.2

[dev]
jupyter-console>=5.2
jupyter>=1.0
mypy<0.762,>=0.761
pexpect>=4
pre-commit>=1
psutil>=5
pygments>=2.3.1
pyparsing<2.4.6,>=2.4.5
pytest>=3
recommonmark>=0.6
requests>=2
sphinx<1.7.5,>=1.7.4
sphinx_bootstrap_theme<0.5,>=0.4
vprof>=0.36
watchdog>=0.9

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

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

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

[docs]
pygments>=2.3.1
recommonmark>=0.6
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<7.11,>=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<7.11,>=6.5

[mypy]
mypy<0.762,>=0.761

[tests]
jupyter-console>=5.2
jupyter>=1.0
mypy<0.762,>=0.761
pexpect>=4
psutil>=5
pyparsing<2.4.6,>=2.4.5
pytest>=3

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

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

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

[watch]
watchdog>=0.9
