Skip to content

Commit

Permalink
Add ipython to dev deps
Browse files Browse the repository at this point in the history
  • Loading branch information
nrobinson2000 committed May 22, 2024
1 parent 09bf186 commit 2ff2c5a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,11 @@ authors = ["Nate Robinson <nrobinson2000@me.com>"]
readme = "README.md"

[tool.poetry.dependencies]
python = ">=3.9"
python = ">=3.10"

[tool.poetry.group.dev.dependencies]
ruff = "^0.4.4"
ipython = "^8.24.0"

[build-system]
requires = ["poetry-core"]
Expand Down

0 comments on commit 2ff2c5a

Please sign in to comment.