Skip to content

Commit 81480a6

Browse files
committed
Update template
Update the dependencies and change the launch.json `PythonPath`. microsoft/vscode-python#11015
1 parent d4e3940 commit 81480a6

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

.vscode/launch.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"request": "launch",
1111
"program": "${file}",
1212
"console": "integratedTerminal",
13-
"pythonPath": "${workspaceFolder}/venv/bin/python"
13+
"python": "${workspaceFolder}/venv/bin/python",
1414
}
1515
]
1616
}

requirements.txt

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
astroid==2.2.5
2-
autopep8==1.4.4
3-
isort==4.3.20
4-
lazy-object-proxy==1.4.1
1+
astroid==2.4.2
2+
autopep8==1.5.5
3+
isort==5.7.0
4+
lazy-object-proxy==1.4.3
55
mccabe==0.6.1
6-
pycodestyle==2.5.0
7-
pylint==2.3.1
8-
six==1.12.0
9-
typed-ast==1.4.0
6+
pycodestyle==2.6.0
7+
pylint==2.6.0
8+
six==1.15.0
9+
toml==0.10.2
1010
wrapt==1.11.1

0 commit comments

Comments
 (0)