diff --git a/python/jupytergis/pyproject.toml b/python/jupytergis/pyproject.toml index ad51b23c..93908de0 100644 --- a/python/jupytergis/pyproject.toml +++ b/python/jupytergis/pyproject.toml @@ -21,6 +21,7 @@ classifiers = [ dependencies = [ "jupytergis_core>=0.1.0,<1", "jupytergis_lab>=0.1.0,<1", + "jupytergis_qgis>=0.1.0,<1", ] dynamic = ["version"] license = {file = "LICENSE"}