nasg/requirements.txt
Peter Molnar d3fbf2e51f Back To Pandoc
So, Python Markdown is a bottomless pit of horrors, including crippling parsing bugs,
random   out of nowhere, lack of features. It's definitely much faster, than
Pandoc, but Pandoc doesn't go full retard where there's a regex in a fenced code block,
that happens to be a regex for markdown elements.

Also added some ugly post string replacements to make Pandoc fenced code output work
with Prism:
instead of the Pandoc <pre class="codelang"><code>, Prism wants
<pre><code class="language-codelang>, so I added a regex sub, because it's 00:32.
2018-08-04 00:28:55 +01:00

10 lines
165 B
Text

arrow==0.12.1
bleach==2.1.3
emoji==0.5.0
feedgen==0.7.0
Jinja2==2.10
langdetect==1.0.7
python-frontmatter==0.4.2
requests==2.19.1
unicode-slugify==0.1.3
Wand==0.4.4