(backend) parse YAML metadata

YAML header is processed, to fill Django
templates with the right parametrized values.

Used an external dependency, frontmatter.
This commit is contained in:
Samuel Paccoud - DINUM
2024-01-10 15:19:14 +01:00
committed by Lebaud Antoine
parent 312a680b66
commit 44ff62c08f
2 changed files with 8 additions and 2 deletions

View File

@@ -47,6 +47,7 @@ dependencies = [
"nested-multipart-parser==1.5.0",
"psycopg[binary]==3.1.14",
"PyJWT==2.8.0",
"python-frontmatter==1.0.1",
"requests==2.31.0",
"sentry-sdk==1.38.0",
"url-normalize==1.4.3",