Skip to content

Commit

Permalink
chore: add ipython for dev dependencies (#529)
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex-Izquierdo authored Nov 21, 2023
1 parent c98dc1f commit 9010503
Show file tree
Hide file tree
Showing 2 changed files with 258 additions and 2 deletions.
257 changes: 255 additions & 2 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,9 @@ flake8-docstrings = "*"
flake8-eradicate = { version="*", python="<4.0" }
flake8-print = "*"

[tool.poetry.group.dev.dependencies]
ipython = "*"

# -------------------------------------
# Tools
# -------------------------------------
Expand Down

0 comments on commit 9010503

Please sign in to comment.