From 2ee5e3f83024323c5b676af20e9db9efcd10eacb Mon Sep 17 00:00:00 2001 From: adigitoleo Date: Mon, 25 Mar 2024 03:06:53 +1100 Subject: [PATCH] dev: Update dev dependencies --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 444f2eea..f799f0c4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -46,7 +46,7 @@ dependencies = [ test = ["pytest", "matplotlib"] doc = ["pdoc"] mesh = ["gmsh"] # NOTE: Saying `import gmsh` is like saying "I don't want my CI to work". -dev = ["pytest", "matplotlib", "pdoc", "ruff", "black", "isort", "ipython"] +dev = ["pytest", "matplotlib", "uniplot", "pdoc", "ruff", "black", "isort", "ptpython"] lsp = ["python-lsp-server", "pyls-isort", "python-lsp-black", "python-lsp-ruff"] [project.urls]