Skip to content
This repository has been archived by the owner on Aug 7, 2020. It is now read-only.

Commit

Permalink
bump myst-parser version
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisjsewell committed Mar 11, 2020
1 parent 00dc2cd commit 1574fa2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
extras_require={
"code_style": ["flake8<3.8.0,>=3.7.0", "black==19.10b0", "pre-commit==1.17.0"],
"testing": ["coverage", "pytest>=3.6,<4", "pytest-cov", "pytest-regressions"],
"rtd": ["sphinx>=2,<3", "myst-parser~=0.5", "pyyaml"],
"rtd": ["sphinx>=2,<3", "myst-parser~=0.6.0a1", "pyyaml"],
"benchmark": [
"commonmark~=0.9.1",
"markdown~=3.2",
Expand Down

0 comments on commit 1574fa2

Please sign in to comment.