Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
Set limit on Python-markdown version as 3.0+ deprecated `safe()` which breaks Webserver at this time as indicated [here](#1255)
  • Loading branch information
frozenfoxx authored and sijis committed Mar 7, 2019
1 parent 733f32c commit adc13ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
'jinja2',
'pyOpenSSL',
'colorlog',
'markdown', # rendering stuff
'markdown<3.0', # rendering stuff, 3.0+ deprecates 'safe()'
'ansi',
'Pygments>=2.0.2',
'pygments-markdown-lexer>=0.1.0.dev39', # sytax coloring to debug md
Expand Down

0 comments on commit adc13ef

Please sign in to comment.