Skip to content

Commit

Permalink
updated pytest as dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Zhiwei Zhang committed Jan 15, 2025
1 parent 7e931fc commit b53d26c
Show file tree
Hide file tree
Showing 2 changed files with 144 additions and 1 deletion.
140 changes: 140 additions & 0 deletions poetry.lock

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

5 changes: 4 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,10 @@ license = "MIT"
readme = "README.md"

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

[tool.poetry.group.dev.dependencies]
pytest = "^6.2.5"

[tool.semantic_release]
version_toml = [
Expand Down

0 comments on commit b53d26c

Please sign in to comment.