We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d4e3940 commit 81480a6Copy full SHA for 81480a6
.vscode/launch.json
@@ -10,7 +10,7 @@
10
"request": "launch",
11
"program": "${file}",
12
"console": "integratedTerminal",
13
- "pythonPath": "${workspaceFolder}/venv/bin/python"
+ "python": "${workspaceFolder}/venv/bin/python",
14
}
15
]
16
requirements.txt
@@ -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
+astroid==2.4.2
+autopep8==1.5.5
+isort==5.7.0
+lazy-object-proxy==1.4.3
5
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
+pycodestyle==2.6.0
+pylint==2.6.0
+six==1.15.0
+toml==0.10.2
wrapt==1.11.1
0 commit comments