diff --git a/pyproject.toml b/pyproject.toml index a4ac7118..c4696d37 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,6 +25,12 @@ dynamic = ["version"] dependencies = ["Jinja2>=3"] requires-python = ">=3.6, <4" +[project.optional-dependencies] +reporting = [ + "pyparsing<3.1.0", + "pandas" +] + [project.urls] Homepage = "https://github.com/olofk/edalize" Documentation = "https://edalize.readthedocs.io"