Skip to content

Commit

Permalink
python-codecs: update requirements.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
koush committed Mar 27, 2023
1 parent de0e178 commit 7f3db05
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
4 changes: 2 additions & 2 deletions plugins/python-codecs/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion plugins/python-codecs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@scrypted/python-codecs",
"version": "0.1.21",
"version": "0.1.22",
"description": "Python Codecs for Scrypted",
"keywords": [
"scrypted",
Expand Down
6 changes: 5 additions & 1 deletion plugins/python-codecs/src/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
# plugin
# gobject instrospection for gstreamer.
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 is not available on windows, and is preinstalled as part of the installer scripts on
# mac and linux.
pyvips; sys_platform != 'win32'

# in case pyvips fails to load, use a pillow fallback.
Expand Down

0 comments on commit 7f3db05

Please sign in to comment.