mirror of
https://github.com/ep1cman/unifi-protect-backup.git
synced 2025-12-15 15:53:44 +00:00
Updated poetry dependencies to remove optional flags on dev/test
This commit is contained in:
1246
poetry.lock
generated
1246
poetry.lock
generated
File diff suppressed because it is too large
Load Diff
@@ -32,9 +32,6 @@ async-lru = "^2.0.4"
|
|||||||
aiolimiter = "^1.1.0"
|
aiolimiter = "^1.1.0"
|
||||||
pyunifiprotect = {git = "https://github.com/ep1cman/pyunifiprotect.git", rev = "experimental"}
|
pyunifiprotect = {git = "https://github.com/ep1cman/pyunifiprotect.git", rev = "experimental"}
|
||||||
|
|
||||||
[tool.poetry.group.dev]
|
|
||||||
optional = true
|
|
||||||
|
|
||||||
[tool.poetry.group.dev.dependencies]
|
[tool.poetry.group.dev.dependencies]
|
||||||
black = "^22.10.0"
|
black = "^22.10.0"
|
||||||
isort = "^5.8.0"
|
isort = "^5.8.0"
|
||||||
@@ -49,9 +46,6 @@ bump2version = "^1.0.1"
|
|||||||
pre-commit = "^2.12.0"
|
pre-commit = "^2.12.0"
|
||||||
types-python-dateutil = "^2.8.19.10"
|
types-python-dateutil = "^2.8.19.10"
|
||||||
|
|
||||||
[tool.poetry.group.test]
|
|
||||||
optional = true
|
|
||||||
|
|
||||||
[tool.poetry.group.test.dependencies]
|
[tool.poetry.group.test.dependencies]
|
||||||
pytest = "^6.2.4"
|
pytest = "^6.2.4"
|
||||||
pytest-cov = "^2.12.0"
|
pytest-cov = "^2.12.0"
|
||||||
|
|||||||
Reference in New Issue
Block a user