diff --git a/pyproject.toml b/pyproject.toml index 69530b1..ab32ee9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -32,6 +32,7 @@ scipy = "*" # Optional dependencies start here bokeh = { version = "*", optional = true} +photutils = { version = "*", optional = true} pytest = { version = "*", optional=true } pytest-flake8 = { version = "*", optional=true } @@ -40,7 +41,9 @@ requires = ["setuptools", "poetry-core"] build-backend = "poetry.core.masonry.api" [tool.poetry.extras] +all = ["bokeh", "photutils"] gui = ["bokeh"] +catalog = ["photutils"] testing = ["pytest", "pytest-flake8"] [tool.poetry.group.tests]