Drop remaining docopt references

This commit is contained in:
2Shirt 2024-09-04 01:14:34 -07:00
parent 13b8dc8696
commit 244d917c73
Signed by: 2Shirt
GPG key ID: 152FAC923B0E132C
3 changed files with 1 additions and 6 deletions

View file

@ -112,7 +112,6 @@ picom
pipes.sh
pv
python
python-docopt
python-prompt_toolkit
python-psutil
python-pytz

View file

@ -101,7 +101,7 @@ elif [[ "${OS_VERSION:0:5}" == "10.15" ]]; then
fi
# Python3 Packages
pip3 install docopt mysql-connector NumPy psutil pylint pytz requests
pip3 install mysql-connector NumPy psutil pylint pytz requests
git clone https://github.com/yuyichao/gnuplot-py gnuplot-py
cd gnuplot-py

View file

@ -95,9 +95,6 @@ if ($MyInvocation.InvocationName -ne ".") {
DownloadFile -Path $Temp -Name "python32.zip" -Url $Sources.'Python x32'
DownloadFile -Path $Temp -Name "python64.zip" -Url $Sources.'Python x64'
# Python: docopt
Copy-Item -Path "$WD\docopt\docopt-0.6.2-py2.py3-none-any.whl" -Destination "$Temp\docopt.whl"
# Python: psutil
$DownloadPage = "https://pypi.org/project/psutil/"
$RegEx = "href=.*-abi3-win32.whl"
@ -159,7 +156,6 @@ if ($MyInvocation.InvocationName -ne ".") {
"Pygments.whl",
"certifi.whl",
"chardet.whl",
"docopt.whl",
"idna.whl",
"prompt_toolkit.whl",
"psutil$Arch.whl",