Skip to content
This repository has been archived by the owner on Nov 17, 2022. It is now read-only.

Commit

Permalink
Limit mistune dependency version range
Browse files Browse the repository at this point in the history
  • Loading branch information
claui committed Jul 26, 2022
1 parent 62143f2 commit de7be79
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
* Drop support for Python 2.7, 3.4, 3.5, and 3.6
* Add compatibility with docutils 0.19
* Sync up assertion with changes in argparse
* Limit mistune dependency version range

### Version 0.2.1 (2018-10-12)

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
with open(readme_file) as f:
readme = f.read()

install_requires = ['mistune', 'docutils']
install_requires = ['mistune<2', 'docutils']
test_requirements = ['pygments']

setup(
Expand Down

0 comments on commit de7be79

Please sign in to comment.