update requirements

Signed-off-by: Vladimir Mandic <mandic00@live.com>
pull/4013/head
Vladimir Mandic 2025-07-01 16:31:53 -04:00
parent 060c17ac2e
commit 71bcb5b8ad
3 changed files with 4 additions and 3 deletions

@ -1 +1 @@
Subproject commit fbf4215c3af8924bb830e4c58887af7acdefccbf
Subproject commit b3a3a0a60b807a83284b90ea9567f89640967f0d

View File

@ -112,8 +112,8 @@ def check_run(command): # compatbility function
@lru_cache()
def is_installed(package): # compatbility function
return installer.installed(package)
def is_installed(pkg): # compatbility function
return installer.installed(pkg)
@lru_cache()

View File

@ -28,6 +28,7 @@ fasteners
orjson
ruff
pylint
sqlalchemy
invisible-watermark
pi-heif