diff --git a/pyproject.toml b/pyproject.toml index 5eb22a4..891f702 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -60,6 +60,7 @@ dependencies = [ 'ruamel.yaml==0.18.5', 'email-validator==2.1.0.post1', 'typer[all]==0.9.0', + "markdown==3.5.2", ] classifiers = [ "Intended Audience :: Science/Research",