summaryrefslogtreecommitdiff
path: root/textproc/py-myst-parser/files/setup.py
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2022-10-04 01:06:01 +0800
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2022-10-04 01:10:41 +0800
commitf22905fdc55c34e33fba6da9e16ca7d7dbbab1a5 (patch)
tree3ae491066cd4afe93e750998b2773f7d474191ce /textproc/py-myst-parser/files/setup.py
parenttextproc/py-mdit-py-plugins: Update to 0.3.1 (diff)
textproc/py-myst-parser: Update to 0.18.1
Changes: https://github.com/executablebooks/MyST-Parser/releases https://myst-parser.readthedocs.io/en/latest/develop/_changelog.html
Diffstat (limited to 'textproc/py-myst-parser/files/setup.py')
-rw-r--r--textproc/py-myst-parser/files/setup.py7
1 files changed, 4 insertions, 3 deletions
diff --git a/textproc/py-myst-parser/files/setup.py b/textproc/py-myst-parser/files/setup.py
index 94577871625d..9ee4305c51d1 100644
--- a/textproc/py-myst-parser/files/setup.py
+++ b/textproc/py-myst-parser/files/setup.py
@@ -14,10 +14,10 @@ package_data = \
{'': ['*']}
install_requires = \
-['docutils>=0.15,<0.19',
+['docutils>=0.15,<0.20',
'jinja2',
'markdown-it-py>=1.0.0,<3.0.0',
- 'mdit-py-plugins~=0.3.0',
+ 'mdit-py-plugins~=0.3.1',
'pyyaml',
'sphinx>=4,<6',
'typing-extensions']
@@ -37,7 +37,8 @@ extras_require = \
'pytest-cov',
'pytest-regressions',
'pytest-param-files~=0.3.4',
- 'sphinx-pytest']}
+ 'sphinx-pytest',
+ 'sphinx<5.2']}
entry_points = \
{'console_scripts': ['myst-anchors = myst_parser.cli:print_anchors',