Fix Python dependencies (again)
This commit is contained in:
parent
662f8c1254
commit
55ce4d8ded
1 changed files with 3 additions and 3 deletions
|
|
@ -156,18 +156,18 @@ if ($MyInvocation.InvocationName -ne ".") {
|
||||||
foreach ($Arch in @("32", "64")) {
|
foreach ($Arch in @("32", "64")) {
|
||||||
Write-Host "Extracting: Python (x$Arch)"
|
Write-Host "Extracting: Python (x$Arch)"
|
||||||
$Files = @(
|
$Files = @(
|
||||||
"Pygments",
|
"Pygments.whl",
|
||||||
"certifi.whl",
|
"certifi.whl",
|
||||||
"chardet.whl",
|
"chardet.whl",
|
||||||
"docopt.whl",
|
"docopt.whl",
|
||||||
"idna.whl",
|
"idna.whl",
|
||||||
"prompt_toolkit",
|
"prompt_toolkit.whl",
|
||||||
"psutil$Arch.whl",
|
"psutil$Arch.whl",
|
||||||
"python$Arch.zip",
|
"python$Arch.zip",
|
||||||
"pytz.whl",
|
"pytz.whl",
|
||||||
"requests.whl",
|
"requests.whl",
|
||||||
"urllib3.whl",
|
"urllib3.whl",
|
||||||
"wcwidth"
|
"wcwidth.whl"
|
||||||
)
|
)
|
||||||
try {
|
try {
|
||||||
foreach ($File in $Files) {
|
foreach ($File in $Files) {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue