mirror of https://github.com/zulip/zulip.git
requirements: Add comment explaining why CommonMark can't be upgraded.
Fixes #3398.
This commit is contained in:
parent
4e78ca32de
commit
1d1dcab2b3
|
@ -12,6 +12,9 @@ recommonmark==0.4.0
|
||||||
# Dependencies of Sphinx
|
# Dependencies of Sphinx
|
||||||
alabaster==0.7.9
|
alabaster==0.7.9
|
||||||
babel==2.3.4
|
babel==2.3.4
|
||||||
|
# Upgrading to the latest version of CommonMark breaks the
|
||||||
|
# compatibility with recommonmark. See
|
||||||
|
# https://github.com/rtfd/recommonmark/issues/24
|
||||||
CommonMark==0.5.4
|
CommonMark==0.5.4
|
||||||
docutils==0.13.1
|
docutils==0.13.1
|
||||||
imagesize==0.7.1
|
imagesize==0.7.1
|
||||||
|
|
Loading…
Reference in New Issue