Added dev-dependencies to install command

This commit is contained in:
2022-06-27 20:02:01 +02:00
parent f51118f13c
commit cbd2964f42
7 changed files with 35 additions and 6 deletions

View File

@@ -18,6 +18,9 @@
"Dependencies": [
"cpl_core==2022.6.1"
],
"DevDependencies": [
"cpl-cli==2022.6.17.dev10"
],
"PythonVersion": ">=3.10",
"PythonPath": {
"linux": "../../venv/bin/python",