Skip to content

Commit

Permalink
dev: Update dev dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
adigitoleo committed Mar 24, 2024
1 parent a5af7b6 commit 2ee5e3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit 2ee5e3f

Please sign in to comment.