Skip to content

Commit

Permalink
chore: move Minerva dependency to dev group
Browse files Browse the repository at this point in the history
  • Loading branch information
mikejgray authored Dec 28, 2024
1 parent c182ec3 commit a36671e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"

[tool.poetry]
name = "neon-homeassistant-skill"
version = "0.0.22"
version = "0.0.23"
description = "An OVOS/Neon.AI Skill for Home Assistant, which integrates with ovos-PHAL-plugin-homeassistant."
authors = ["Mike Gray <[email protected]>"]
readme = "README.md"
Expand All @@ -29,7 +29,6 @@ test = ["neon-minerva"]
python = "^3.8"
ovos-bus-client = { version = "*", allow-prereleases = true }
ovos-workshop = ">=0.0.12"
neon-minerva = { version = "~=0.2.0", allow-prereleases = true }

[tool.poetry.group.dev.dependencies]
pytest = "*"
Expand All @@ -52,6 +51,7 @@ pytest-cov = "^4.1.0"
setuptools = "^69.0.3"
toml = "^0.10.2"
mock = "^5.1.0"
neon-minerva = { version = "~=0.2.0", allow-prereleases = true }

[tool.ruff]
line-length = 119
Expand Down

0 comments on commit a36671e

Please sign in to comment.