mirror of
https://git.freebsd.org/ports.git
synced 2025-06-21 12:40:45 -04:00
Errbot is a chatbot. It allows you to start scripts interactively from your chatrooms for any reason: random humour, chatops, starting a build, monitoring commits, triggering alerts... WWW: https://github.com/errbotio/errbot
10 lines
387 B
Python
10 lines
387 B
Python
--- 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',
|
|
]
|