diff --git a/poetry.lock b/poetry.lock index 719f645..521ff2b 100644 --- a/poetry.lock +++ b/poetry.lock @@ -859,6 +859,17 @@ zipp = {version = ">=3.1.0", markers = "python_version < \"3.10\""} docs = ["furo", "jaraco.packaging (>=9.3)", "jaraco.tidelift (>=1.4)", "rst.linker (>=1.9)", "sphinx (<7.2.5)", "sphinx (>=3.5)", "sphinx-lint"] testing = ["jaraco.test (>=5.4)", "pytest (>=6)", "pytest-checkdocs (>=2.4)", "pytest-cov", "pytest-enabler (>=2.2)", "pytest-mypy", "pytest-ruff (>=0.2.1)", "zipp (>=3.17)"] +[[package]] +name = "invoke" +version = "2.2.0" +description = "Pythonic task execution" +optional = false +python-versions = ">=3.6" +files = [ + {file = "invoke-2.2.0-py3-none-any.whl", hash = "sha256:6ea924cc53d4f78e3d98bc436b08069a03077e6f85ad1ddaa8a116d7dad15820"}, + {file = "invoke-2.2.0.tar.gz", hash = "sha256:ee6cbb101af1a859c7fe84f2a264c059020b0cb7fe3535f9424300ab568f6bd5"}, +] + [[package]] name = "ipykernel" version = "6.29.5" @@ -3114,4 +3125,4 @@ test = ["big-O", "importlib-resources", "jaraco.functools", "jaraco.itertools", [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "1f5ca2ccdb0bc31a3606117c7b7229e675235e9c4f84227ed9e7e2992cc6da87" +content-hash = "6ff986db061f9949034e70472e3d133c93a46e3842ce079c9682c445bb520095" diff --git a/pyproject.toml b/pyproject.toml index 9f90d24..d2d4b3b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -47,4 +47,5 @@ xlrd = "^2.0" [tool.poetry.group.dev.dependencies] black = {extras = ["jupyter"], version = "^24.4"} +invoke = "^2.2" pylint = "^3.2"