Skip to content

Commit

Permalink
Add pytest as dev dep
Browse files Browse the repository at this point in the history
  • Loading branch information
liquidcarbon authored Nov 12, 2024
1 parent 90bfd62 commit 3de8450
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,11 @@ dependencies = [
"pandas",
]

[dependency-groups]
dev = [
"pytest>=8",
]

[tool.hatch.build]
include = [
"affinity.py",
Expand Down

0 comments on commit 3de8450

Please sign in to comment.