Skip to content

Commit b97f718

Browse files
committed
update dependencies
1 parent 8b0d7b4 commit b97f718

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/makeportable.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ pushd "${STREAMLINK_CHECKOUT_DIR}" > /dev/null
4242

4343
log "Downloading Python dependencies..."
4444
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
45+
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
4646

4747
# create an sdist package to be "installed"
4848
log "Building streamlink sdist"

0 commit comments

Comments
 (0)