Skip to content

Commit

Permalink
force mistune to version 0.8.4 (#43)
Browse files Browse the repository at this point in the history
closes #42 
closes #40
  • Loading branch information
nhtzr authored Dec 10, 2021
1 parent b3a77cd commit f8081fa
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 @@ -21,7 +21,7 @@

__version__ = "0.3.1"

install_requires = ["mistune", "docutils"]
install_requires = ["mistune==0.8.4", "docutils"]
test_requirements = ["pygments"]
if sys.version_info < (3, 3):
test_requirements.append("mock")
Expand Down

0 comments on commit f8081fa

Please sign in to comment.