Add nox to the develop dependencies

This commit is contained in:
Alexander Hess 2020-10-02 15:18:40 +02:00
commit fc87305922
Signed by: alexander
GPG key ID: 344EA5AB10D868E0
2 changed files with 124 additions and 1 deletions

View file

@ -16,3 +16,5 @@ python = "^3.8"
jupyterlab = "^2.2.8"
[tool.poetry.dev-dependencies]
# Task runners
nox = "^2020.8.22"