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-gnupg = "*"
pytz = "*"
ipython = "*"
sphinx = "*"
tox = "*"
pycodestyle = "*"
@ -37,3 +36,4 @@ pytest-env = "*"
pytest-xdist = "*"
[dev-packages]
ipython = "*"