Adding upstream version 1.0.0.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
a1777afd4b
commit
f13b7abbd8
36 changed files with 2108 additions and 153 deletions
|
@ -21,7 +21,17 @@
|
|||
"ms-python.pylint",
|
||||
"LittleFoxTeam.vscode-python-test-adapter",
|
||||
"njqdev.vscode-python-typehint",
|
||||
"hbenl.vscode-test-explorer"
|
||||
"hbenl.vscode-test-explorer",
|
||||
"codezombiech.gitignore",
|
||||
"ms-python.isort",
|
||||
"eriklynd.json-tools",
|
||||
"ms-python.vscode-pylance",
|
||||
"tuxtina.json2yaml",
|
||||
"christian-kohler.path-intellisense",
|
||||
"ms-python.vscode-pylance",
|
||||
"njqdev.vscode-python-typehint",
|
||||
"LittleFoxTeam.vscode-python-test-adapter",
|
||||
"donjayamanne.python-environment-manager"
|
||||
]
|
||||
}
|
||||
},
|
||||
|
|
|
@ -9,5 +9,8 @@ pip install --upgrade pip
|
|||
echo "Installing ANTA package from git"
|
||||
pip install -e .
|
||||
|
||||
echo "Installing ANTA CLI package from git"
|
||||
pip install -e ".[cli]"
|
||||
|
||||
echo "Installing development tools"
|
||||
pip install -e ".[dev]"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue