Skip to content

Commit

Permalink
poetry add --group dev pytest
Browse files Browse the repository at this point in the history
  • Loading branch information
Jermiah committed Nov 19, 2023
1 parent fdc7cd5 commit 71f6960
Show file tree
Hide file tree
Showing 2 changed files with 73 additions and 1 deletion.
70 changes: 69 additions & 1 deletion poetry.lock

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

4 changes: 4 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ python = "^3.12"
requests = "2.31.0"

[tool.poetry.dev-dependencies]

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

[tool.semantic_release]
version_variable = "pyproject.toml:version" # version location
branch = "main" # branch to make releases of
Expand Down

0 comments on commit 71f6960

Please sign in to comment.