summaryrefslogtreecommitdiff
path: root/net/py-errbot/files/patch-setup.py
blob: 85c91b609482a9d8c8d1a9c79c5f50760bee9dfc (plain) (blame)
1
2
3
4
5
6
7
8
9
10
--- setup.py.orig	2020-12-19 05:26:11 UTC
+++ setup.py
@@ -37,7 +37,6 @@ deps = [
     'markdown>=3.3',
     "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",
 ]