Skip to content
This repository has been archived by the owner on Feb 16, 2023. It is now read-only.

Commit

Permalink
Move ipython out of the base dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
danielquinn committed Dec 6, 2018
1 parent e3a616e commit 1c7047b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ python-dateutil = "*"
python-dotenv = "*"
python-gnupg = "*"
pytz = "*"
ipython = "*"
sphinx = "*"
tox = "*"
pycodestyle = "*"
Expand All @@ -37,3 +36,4 @@ pytest-env = "*"
pytest-xdist = "*"

[dev-packages]
ipython = "*"

0 comments on commit 1c7047b

Please sign in to comment.