setuptools

[:python_version == "2.7"]
ipython<6.0.0,>=5.1.0
toml>=0.10.2
decorator<5.0.0

[:python_version == "3.4"]
ipython<7.0.0,>=6.0.0
toml>=0.10.2
decorator<5.0.0

[:python_version == "3.5"]
ipython<7.10.0,>=7.0.0
toml>=0.10.2
decorator

[:python_version == "3.6"]
ipython<7.17.0,>=7.10.0
toml>=0.10.2
decorator

[:python_version > "3.6"]
ipython>=7.17.0
toml>=0.10.2
decorator
