diff --git a/AppImage/build-ratarmount-appimage.sh b/AppImage/build-ratarmount-appimage.sh index 54f038a3..1d13e9a3 100644 --- a/AppImage/build-ratarmount-appimage.sh +++ b/AppImage/build-ratarmount-appimage.sh @@ -67,6 +67,8 @@ function installAppImagePythonPackages() "$APP_PYTHON_BIN" -I -m pip install --no-cache-dir ../core "$APP_PYTHON_BIN" -I -m pip install --no-cache-dir ..[full] + + "$APP_PYTHON_BIN" -I -m pip install --no-cache-dir requests aiohttp paramiko smbprotocol pygit2 fsspec } function installAppImageSystemLibraries()