dependencies are non optional
This commit is contained in:
parent
65a749b5f8
commit
d21c747927
2 changed files with 4 additions and 4 deletions
4
poetry.lock
generated
4
poetry.lock
generated
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue