summaryrefslogtreecommitdiff
path: root/net/py-errbot/files/patch-setup.py
blob: d20082386f53f37694f22fec893e101514128769 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
--- setup.py.orig	2020-10-10 16:25:15 UTC
+++ setup.py
@@ -36,7 +36,6 @@ deps = ['webtest',
         '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
         'dulwich>=0.19.16',  # python implementation of git
         'deepmerge>=0.1.0',
         ]