view requirements.txt @ 7899:bec4bc21f845

setup.py: bump Pygments minimum version to 2.2.0 With pygments < 2.2.0, the markup_renderer doctest fails: > python -m doctest kallithea/lib/markup_renderer.py ********************************************************************** File "kallithea/lib/markup_renderer.py", line 184, in markup_renderer.MarkupRenderer.markdown Failed example: print MarkupRenderer.markdown(''' #!/bin/bash echo "hello" ''') Expected: <table class="code-highlighttable"><tr><td class="linenos"><div class="linenodiv"><pre>1 2</pre></div></td><td class="code"><div class="code-highlight"><pre><span></span><span class="ch">#!/bin/bash</span> <span class="nb">echo</span> <span class="s2">&quot;hello&quot;</span> </pre></div> </td></tr></table> Got: <table class="code-highlighttable"><tr><td class="linenos"><div class="linenodiv"><pre>1 2</pre></div></td><td class="code"><div class="code-highlight"><pre><span class="ch">#!/bin/bash</span> <span class="nb">echo</span> <span class="s2">&quot;hello&quot;</span> </pre></div> </td></tr></table> ********************************************************************** To avoid having to manage multiple outputs from multiple versions, just bump the lower version. pygments 2.2.0 was released on Jan 22, 2017.
author Thomas De Schampheleire <thomas.de_schampheleire@nokia.com>
date Mon, 21 Oct 2019 21:55:58 +0200
parents 941548131765
children
line wrap: on
line source

# requirements.txt file for use as "pip install -r requirements.txt" as a
# readthedocs compatible alternative to "pip install -e ." which is a working
# alternative to "setup.py develop" which doesn't work with Mercurial 3.7
.