We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 31eae1e + f08b689 commit a3c3ecbCopy full SHA for a3c3ecb
Taskfile.yml
@@ -393,7 +393,6 @@ tasks:
393
cmds:
394
- |
395
poetry install \
396
- --no-root \
397
{{if .POETRY_GROUPS}} --only {{.POETRY_GROUPS}} {{end}}
398
399
# Make a temporary file named according to the passed TEMPLATE variable and print the path passed to stdout
pyproject.toml
@@ -1,8 +1,5 @@
1
[tool.poetry]
2
-name = "arduinoOTA"
3
-version = "0.0.0"
4
-description = ""
5
-authors = []
+package-mode = false
6
7
[tool.poetry.dependencies]
8
python = "~3.9"
0 commit comments