@scrypted/server 0.94.22 → 0.94.23
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/python/plugin_remote.py +1 -0
package/package.json
CHANGED
package/python/plugin_remote.py
CHANGED
@@ -587,6 +587,7 @@ class PluginRemote:
|
|
587
587
|
|
588
588
|
if need_pip:
|
589
589
|
remove_pip_dirs(plugin_volume)
|
590
|
+
install_with_pip(pip_target, packageJson, SCRYPTED_REQUIREMENTS, scrypted_requirements_basename, ignore_error=True)
|
590
591
|
install_with_pip(pip_target, packageJson, str_requirements, requirements_basename, ignore_error=False)
|
591
592
|
install_with_pip(pip_target, packageJson, str_optional_requirements, optional_requirements_basename, ignore_error=True)
|
592
593
|
else:
|