mirror of
https://github.com/koush/scrypted.git
synced 2026-06-01 01:00:26 +01:00
6 lines
188 B
Plaintext
6 lines
188 B
Plaintext
# plugin
|
|
PyGObject>=3.30.4; sys_platform != 'win32'
|
|
# libav doesnt work on arm7
|
|
av>=10.0.0; sys_platform != 'linux' or platform_machine == 'x86_64' or platform_machine == 'aarch64'
|
|
pyvips
|