docutils dropped the 'rawsource' attribute in 0.18.

This commit is contained in:
Julien Palard 2021-10-27 17:15:37 +02:00
parent 23eb401584
commit 1525acad68
Signed by: mdk
GPG Key ID: 0EFC1AC1006886F8
2 changed files with 2 additions and 2 deletions

View File

@ -20,7 +20,7 @@ from docutils.utils import new_document
import regex
__version__ = "1.0.12"
__version__ = "1.0.13"
DEFAULT_DROP_CAPITALIZED = {"fr": True, "fr_FR": True}

View File

@ -25,7 +25,7 @@ classifiers =
[options]
py_modules = pospell
install_requires = polib; docutils>=0.11; regex
install_requires = polib; docutils>=0.11,<0.18; regex
[options.entry_points]
console_scripts = pospell=pospell:main