diff options
author | David Luevano Alvarado <david@luevano.xyz> | 2022-12-04 15:06:48 -0600 |
---|---|---|
committer | David Luevano Alvarado <david@luevano.xyz> | 2022-12-04 15:06:48 -0600 |
commit | 0bc00ce9352ba843d62c189b68e0e07724cc4b58 (patch) | |
tree | 7cfb33a04649f6860f2d29cf0ec124a0f4aa7e3a /requirements.txt | |
parent | 5794ce299e0283ed98e102ee1faaeaf86206f588 (diff) |
migrate from INI to YAML, breaks compatibility
config file and template files need to be converted to the new format to use with YAML config
Diffstat (limited to 'requirements.txt')
-rw-r--r-- | requirements.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/requirements.txt b/requirements.txt index d5997fd..9192da2 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,3 +4,4 @@ markdown-checklist>=0.4.4 MarkupSafe>=2.1.1 yafg>=0.3 pymdown-extensions>=9.9 +PyYAML>=6.0 |