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")) {
|
||||
Write-Host "Extracting: Python (x$Arch)"
|
||||
$Files = @(
|
||||
"Pygments",
|
||||
"Pygments.whl",
|
||||
"certifi.whl",
|
||||
"chardet.whl",
|
||||
"docopt.whl",
|
||||
"idna.whl",
|
||||
"prompt_toolkit",
|
||||
"prompt_toolkit.whl",
|
||||
"psutil$Arch.whl",
|
||||
"python$Arch.zip",
|
||||
"pytz.whl",
|
||||
"requests.whl",
|
||||
"urllib3.whl",
|
||||
"wcwidth"
|
||||
"wcwidth.whl"
|
||||
)
|
||||
try {
|
||||
foreach ($File in $Files) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue