Skip to content

Commit

Permalink
refactor: Remove ipython dev-dependency
Browse files Browse the repository at this point in the history
The goal is to reduce the base number
of dependencies. We went too high
(more than a hundred). IPython is nice
but rarely used. It's a waste to install
it in CI.
  • Loading branch information
pawamoy committed Feb 10, 2021
1 parent db79bd8 commit ee02d95
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion project/pyproject.toml.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ flake8-variables-names = "^0.0.4"
flake8-pytest-style = "^1.3.0"
git-changelog = "^0.4.2"
httpx = "^0.16.1"
ipython = "^7.2"
# TODO: accept v5 once https://github.com/wemake-services/wemake-python-styleguide/issues/1584 is resolved
isort = {version = "<5", extras = ["pyproject"]}
jinja2-cli = "^0.7.0"
Expand Down

0 comments on commit ee02d95

Please sign in to comment.