Skip to content

Commit

Permalink
Update pyproject.toml to include pytest
Browse files Browse the repository at this point in the history
  • Loading branch information
legendkartik45 authored Dec 1, 2024
1 parent 928e828 commit 47b3a26
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ networkx = "^3.3"
matplotlib = "^3.9.2"
ipykernel = "^6.29.5"

[tool.poetry.dev-dependencies]
pytest = "^7.0"

[tool.poetry.scripts]
integuru = "integuru.__main__:cli"

Expand Down

0 comments on commit 47b3a26

Please sign in to comment.