diff options
author | rsiddharth <s@ricketyspace.net> | 2017-12-17 03:09:26 +0000 |
---|---|---|
committer | rsiddharth <s@ricketyspace.net> | 2017-12-17 03:09:26 +0000 |
commit | 75f60540ff0353bced58a332ab190d528cac2265 (patch) | |
tree | b17f89a5199911c456d78b66bae5dfd5223cb561 /setup.py | |
parent | 111478e29826c6c9e2f9338c829fdc93ef631537 (diff) |
setup.py: Update config.
* requirements.txt: Pin mistune at 0.8.3.
* setup.py
(config [install_requires]): Pin mistune at 0.8.3.
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -61,7 +61,7 @@ config = { 'keywords': 'markdown text wrap textwrap', 'py_modules': ['md_tw'], 'packages': ['markdown_textwrap'], - 'install_requires': ['mistune'], + 'install_requires': ['mistune==0.8.3'], 'entry_points': { 'console_scripts': ['md-tw = md_tw:main'] } |