Skip to content

Commit

Permalink
fix: move dev dependencies to dev group
Browse files Browse the repository at this point in the history
Signed-off-by: Avi Miller <[email protected]>
  • Loading branch information
Djelibeybi committed Jan 15, 2025
1 parent e0e38d2 commit a666922
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
6 changes: 3 additions & 3 deletions poetry.lock

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

3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ aiolifx = "^1.1.0"
Sphinx = {version = "^8.0.0", optional = true}
sphinx-rtd-theme = {version = "^3.0.0", optional = true}
myst-parser = {version = "^4.0.0", optional = true}
jinja2 = "^3.1.5"

[tool.poetry.extras]
docs = [
Expand All @@ -46,7 +45,7 @@ docs = [
]

[tool.poetry.group.dev.dependencies]
pytest = "^8.2"
pytest = "^8.3"
pytest-cov = "^6.0.0"
pre-commit = "^4.0.0"
pytest-asyncio = "^0.25.0"
Expand Down

0 comments on commit a666922

Please sign in to comment.