Updated poetry dependencies to remove optional flags on dev/test

This commit is contained in:
Lloyd Pickering
2024-08-06 17:11:31 +01:00
parent a8328fd09e
commit 432d0d3df7
2 changed files with 598 additions and 654 deletions

1246
poetry.lock generated

File diff suppressed because it is too large Load Diff

View File

@@ -32,9 +32,6 @@ async-lru = "^2.0.4"
aiolimiter = "^1.1.0"
pyunifiprotect = {git = "https://github.com/ep1cman/pyunifiprotect.git", rev = "experimental"}
[tool.poetry.group.dev]
optional = true
[tool.poetry.group.dev.dependencies]
black = "^22.10.0"
isort = "^5.8.0"
@@ -49,9 +46,6 @@ bump2version = "^1.0.1"
pre-commit = "^2.12.0"
types-python-dateutil = "^2.8.19.10"
[tool.poetry.group.test]
optional = true
[tool.poetry.group.test.dependencies]
pytest = "^6.2.4"
pytest-cov = "^2.12.0"