Skip to content
Snippets Groups Projects
Commit e70eb566 authored by Alán Muñoz's avatar Alán Muñoz
Browse files

tweak(toml): add debugpy as dev dep

parent 77771edc
No related branches found
No related tags found
No related merge requests found
...@@ -2815,7 +2815,7 @@ omero = ["omero-py"] ...@@ -2815,7 +2815,7 @@ omero = ["omero-py"]
[metadata] [metadata]
lock-version = "1.1" lock-version = "1.1"
python-versions = ">=3.8, <3.11" python-versions = ">=3.8, <3.11"
content-hash = "8ad7c71775623d47d8924e97925402bac8aa03eb9e21cd3abb624ee7da29bc3c" content-hash = "b563a2b38038b7b1e8f8931507bacc29ecc915a452e45c7d4113ca0d9bdac454"
[metadata.files] [metadata.files]
absl-py = [ absl-py = [
......
...@@ -65,6 +65,7 @@ flake8 = "^4.0.1" ...@@ -65,6 +65,7 @@ flake8 = "^4.0.1"
pyright = "^1.1.258" pyright = "^1.1.258"
pre-commit = "^2.20.0" pre-commit = "^2.20.0"
seaborn = "^0.11.2" seaborn = "^0.11.2"
debugpy = "^1.6.3"
# [tool.poetry.group.gui.dependencies] # [tool.poetry.group.gui.dependencies]
# napari = ">=0.4.16" # napari = ">=0.4.16"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment