mirror of https://github.com/vladmandic/automatic
parent
060c17ac2e
commit
71bcb5b8ad
|
|
@ -1 +1 @@
|
|||
Subproject commit fbf4215c3af8924bb830e4c58887af7acdefccbf
|
||||
Subproject commit b3a3a0a60b807a83284b90ea9567f89640967f0d
|
||||
|
|
@ -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()
|
||||
|
|
|
|||
|
|
@ -28,6 +28,7 @@ fasteners
|
|||
orjson
|
||||
ruff
|
||||
pylint
|
||||
sqlalchemy
|
||||
invisible-watermark
|
||||
pi-heif
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue