We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b0d7b4 commit b97f718Copy full SHA for b97f718
scripts/makeportable.sh
@@ -42,7 +42,7 @@ pushd "${STREAMLINK_CHECKOUT_DIR}" > /dev/null
42
43
log "Downloading Python dependencies..."
44
pip download --only-binary ":all:" --platform "${PYTHON_PLATFORM}" --python-version "${STREAMLINK_PYTHON_VERSION}" --implementation "cp" -d "${temp_dir}" "pycryptodome>=3.4.3,<4.0" "lxml>=4.6.4,<5.0" > /dev/null
45
-pip install --upgrade -t "${packages_dir}" "iso-639" "iso3166" "setuptools" "requests>=2.26.0,<3.0" "websocket-client>=0.58.0" "PySocks!=1.5.7,>=1.5.6" "isodate" > /dev/null
+pip install --upgrade -t "${packages_dir}" "pycountry" "setuptools" "requests>=2.26.0,<3.0" "websocket-client>=0.58.0" "PySocks!=1.5.7,>=1.5.6" "isodate" > /dev/null
46
47
# create an sdist package to be "installed"
48
log "Building streamlink sdist"
0 commit comments