diff options
author | jwansek <eddie.atten.ea29@gmail.com> | 2022-01-31 14:51:05 +0000 |
---|---|---|
committer | jwansek <eddie.atten.ea29@gmail.com> | 2022-01-31 14:51:05 +0000 |
commit | 1f47944208cb9ddabce1b99a410a4c87db4a2b6a (patch) | |
tree | 0475b8556c6b874ae37ed31c004f1dadab32c13d /requirements.txt | |
parent | 4a5a9d362091acfdcd90d26c4d1911016063b5a2 (diff) | |
download | Smarker-1f47944208cb9ddabce1b99a410a4c87db4a2b6a.tar.gz Smarker-1f47944208cb9ddabce1b99a410a4c87db4a2b6a.zip |
Finished markdown renderer
Diffstat (limited to 'requirements.txt')
-rw-r--r-- | requirements.txt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/requirements.txt b/requirements.txt index 466a437..f88b5ac 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,5 @@ Jinja2==3.0.3 +misaka==2.1.1 +Pygments==2.10.0 PyYAML==6.0 -pytest
\ No newline at end of file +pytest |