diff options
author | David Luevano Alvarado <david@luevano.xyz> | 2023-02-18 16:02:07 -0600 |
---|---|---|
committer | David Luevano Alvarado <david@luevano.xyz> | 2023-02-18 16:02:07 -0600 |
commit | 6c27c6cdb9feff6ded293b3673e8ae66155f6bed (patch) | |
tree | 8d267393edd8a52a0f6ca5961ba7a1cdb381baec /requirements.txt | |
parent | 48cabe1df739d1452e7ecc5164122a067157b057 (diff) |
modify build config and add more test packages
Diffstat (limited to 'requirements.txt')
-rw-r--r-- | requirements.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/requirements.txt b/requirements.txt index 9192da2..6078047 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,5 +3,6 @@ Markdown>=3.4.1 markdown-checklist>=0.4.4 MarkupSafe>=2.1.1 yafg>=0.3 -pymdown-extensions>=9.9 +pymdown-extensions>=9.9.2 +pymdvar>=1.0.3 PyYAML>=6.0 |