add markdown as dependency

This commit is contained in:
Sina Atalay 2024-02-13 18:50:54 +01:00
parent a3ba415eb5
commit 4fe12570ce
1 changed files with 1 additions and 0 deletions

View File

@ -60,6 +60,7 @@ dependencies = [
'ruamel.yaml==0.18.5', 'ruamel.yaml==0.18.5',
'email-validator==2.1.0.post1', 'email-validator==2.1.0.post1',
'typer[all]==0.9.0', 'typer[all]==0.9.0',
"markdown==3.5.2",
] ]
classifiers = [ classifiers = [
"Intended Audience :: Science/Research", "Intended Audience :: Science/Research",