Move ipython out of the base dependencies

This commit is contained in:
Daniel Quinn 2018-12-06 23:28:33 +00:00
parent e3a616ebc3
commit 1c7047bbb8

View File

@ -25,7 +25,6 @@ python-dateutil = "*"
python-dotenv = "*" python-dotenv = "*"
python-gnupg = "*" python-gnupg = "*"
pytz = "*" pytz = "*"
ipython = "*"
sphinx = "*" sphinx = "*"
tox = "*" tox = "*"
pycodestyle = "*" pycodestyle = "*"
@ -37,3 +36,4 @@ pytest-env = "*"
pytest-xdist = "*" pytest-xdist = "*"
[dev-packages] [dev-packages]
ipython = "*"