From d21c747927bd1a1f369664dd663957ce7cc4ce6c Mon Sep 17 00:00:00 2001 From: Christoph Stahl Date: Thu, 10 Oct 2024 17:32:54 +0200 Subject: [PATCH] dependencies are non optional --- poetry.lock | 4 ++-- pyproject.toml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/poetry.lock b/poetry.lock index e0b573b..3b4795c 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.8.3 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.7.1 and should not be changed by hand. [[package]] name = "aiohappyeyeballs" @@ -1972,4 +1972,4 @@ server = ["alt-profanity-check"] [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "8d19f746a97720e770c47baed26571c2e53aa79a5e7a5a10f62450f519f211a8" +content-hash = "415b0676925c1a254822f2820e45774e035dba21b70c74948c60443529c1320c" diff --git a/pyproject.toml b/pyproject.toml index 9b162f3..16d2fe4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -42,8 +42,8 @@ pymediainfo = { version = "^6.1.0", optional = true } pyyaml = { version = "^6.0.1", optional = true } alt-profanity-check = {version = "^1.4.1", optional = true} pyqt6 = {version="^6.7.1", optional = true} -mpv = {versions="^1.0.7", optional = true} -qasync = {versions="^0.27.1", optional = true} +mpv = "^1.0.7" +qasync = "^0.27.1" [tool.poetry.group.dev.dependencies] types-pyyaml = "^6.0.12.12"