Automatically detect existing Python/Conda installs in Configure Python dialog. (#5801)

This commit is contained in:
Cory Rivera
2019-06-03 11:56:06 -07:00
committed by GitHub
parent a8d41a6717
commit fb713e0762
5 changed files with 300 additions and 29 deletions

View File

@@ -336,6 +336,7 @@
"error-ex": "^1.3.1",
"figures": "^2.0.0",
"fs-extra": "^5.0.0",
"glob": "^7.1.1",
"node-fetch": "^2.3.0",
"request": "^2.88.0",
"temp-write": "^3.4.0",
@@ -345,6 +346,7 @@
"devDependencies": {
"@types/decompress": "^4.2.3",
"@types/fs-extra": "^5.0.0",
"@types/glob": "^7.1.1",
"@types/mocha": "^5.2.5",
"@types/node": "^11.9.3",
"@types/request": "^2.48.1",