Updating requests and setuptools
This commit is contained in:
parent
f7b4d42fb5
commit
3f29617b4b
|
@ -30,5 +30,5 @@ mpv==1.0.6
|
||||||
QtPy==2.4.1
|
QtPy==2.4.1
|
||||||
PySide6==6.6.3.1
|
PySide6==6.6.3.1
|
||||||
|
|
||||||
requests==2.31.0
|
requests==2.32.3
|
||||||
setuptools==69.1.1
|
setuptools==70.3.0
|
||||||
|
|
|
@ -180,15 +180,15 @@ goto :parse_fail
|
||||||
set future=n
|
set future=n
|
||||||
|
|
||||||
REM comment this guy out if no special stuff going on
|
REM comment this guy out if no special stuff going on
|
||||||
ECHO --------
|
REM ECHO --------
|
||||||
ECHO Future Libraries
|
REM ECHO Future Libraries
|
||||||
ECHO:
|
REM ECHO:
|
||||||
ECHO There is a future test of requests and setuptools. Want to try it?
|
REM ECHO There is a future test of requests and setuptools. Want to try it?
|
||||||
SET /P future="(y)es/(n)o? "
|
REM SET /P future="(y)es/(n)o? "
|
||||||
|
|
||||||
IF "%future%" == "y" goto :question_future_done
|
REM IF "%future%" == "y" goto :question_future_done
|
||||||
IF "%future%" == "n" goto :question_future_done
|
REM IF "%future%" == "n" goto :question_future_done
|
||||||
goto :parse_fail
|
REM goto :parse_fail
|
||||||
|
|
||||||
:question_future_done
|
:question_future_done
|
||||||
|
|
||||||
|
|
|
@ -152,21 +152,21 @@ elif [ "$install_type" = "a" ]; then
|
||||||
future=n
|
future=n
|
||||||
|
|
||||||
# comment this guy out if no special stuff going on
|
# comment this guy out if no special stuff going on
|
||||||
echo "--------"
|
# echo "--------"
|
||||||
echo "Future Libraries"
|
# echo "Future Libraries"
|
||||||
echo
|
# echo
|
||||||
echo "There is a test of new requests and setuptools. Want to try it?"
|
# echo "There is a test of new requests and setuptools. Want to try it?"
|
||||||
echo "(y)es/(n)o? "
|
# echo "(y)es/(n)o? "
|
||||||
read -r future
|
# read -r future
|
||||||
if [ "$future" = "y" ]; then
|
# if [ "$future" = "y" ]; then
|
||||||
:
|
# :
|
||||||
elif [ "$future" = "n" ]; then
|
# elif [ "$future" = "n" ]; then
|
||||||
:
|
# :
|
||||||
else
|
# else
|
||||||
echo "Sorry, did not understand that input!"
|
# echo "Sorry, did not understand that input!"
|
||||||
popd || exit 1
|
# popd || exit 1
|
||||||
exit 1
|
# exit 1
|
||||||
fi
|
# fi
|
||||||
else
|
else
|
||||||
echo "Sorry, did not understand that input!"
|
echo "Sorry, did not understand that input!"
|
||||||
popd || exit 1
|
popd || exit 1
|
||||||
|
|
|
@ -154,21 +154,21 @@ elif [ "$install_type" = "a" ]; then
|
||||||
future=n
|
future=n
|
||||||
|
|
||||||
# comment this guy out if no special stuff going on
|
# comment this guy out if no special stuff going on
|
||||||
echo "--------"
|
# echo "--------"
|
||||||
echo "Future Libraries"
|
# echo "Future Libraries"
|
||||||
echo
|
# echo
|
||||||
echo "There is a test of new requests and setuptools. Want to try it?"
|
# echo "There is a test of new requests and setuptools. Want to try it?"
|
||||||
echo "(y)es/(n)o? "
|
# echo "(y)es/(n)o? "
|
||||||
read -r future
|
# read -r future
|
||||||
if [ "$future" = "y" ]; then
|
# if [ "$future" = "y" ]; then
|
||||||
:
|
# :
|
||||||
elif [ "$future" = "n" ]; then
|
# elif [ "$future" = "n" ]; then
|
||||||
:
|
# :
|
||||||
else
|
# else
|
||||||
echo "Sorry, did not understand that input!"
|
# echo "Sorry, did not understand that input!"
|
||||||
popd || exit 1
|
# popd || exit 1
|
||||||
exit 1
|
# exit 1
|
||||||
fi
|
# fi
|
||||||
else
|
else
|
||||||
echo "Sorry, did not understand that input!"
|
echo "Sorry, did not understand that input!"
|
||||||
popd || exit 1
|
popd || exit 1
|
||||||
|
|
|
@ -30,8 +30,8 @@ mpv==1.0.6
|
||||||
QtPy==2.4.1
|
QtPy==2.4.1
|
||||||
PySide6==6.6.3.1
|
PySide6==6.6.3.1
|
||||||
|
|
||||||
requests==2.31.0
|
requests==2.32.3
|
||||||
setuptools==69.1.1
|
setuptools==70.3.0
|
||||||
|
|
||||||
pyinstaller==6.2
|
pyinstaller==6.2
|
||||||
mkdocs-material
|
mkdocs-material
|
||||||
|
|
|
@ -31,8 +31,8 @@ QtPy==2.4.1
|
||||||
PyQt6==6.6.0
|
PyQt6==6.6.0
|
||||||
PyQt6-Qt6==6.6.0
|
PyQt6-Qt6==6.6.0
|
||||||
|
|
||||||
requests==2.31.0
|
requests==2.32.3
|
||||||
setuptools==69.1.1
|
setuptools==70.3.0
|
||||||
|
|
||||||
pyobjc-core>=10.1
|
pyobjc-core>=10.1
|
||||||
pyobjc-framework-Cocoa>=10.1
|
pyobjc-framework-Cocoa>=10.1
|
||||||
|
|
|
@ -30,8 +30,8 @@ mpv==1.0.6
|
||||||
QtPy==2.4.1
|
QtPy==2.4.1
|
||||||
PySide6==6.6.3.1
|
PySide6==6.6.3.1
|
||||||
|
|
||||||
requests==2.31.0
|
requests==2.32.3
|
||||||
setuptools==69.1.1
|
setuptools==70.3.0
|
||||||
|
|
||||||
pyinstaller==6.2
|
pyinstaller==6.2
|
||||||
mkdocs-material
|
mkdocs-material
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
requests==2.31.0
|
requests==2.32.3
|
||||||
setuptools==69.1.1
|
setuptools==70.3.0
|
||||||
|
|
Loading…
Reference in New Issue