diff --git a/setup.py b/setup.py index 5fb30396..46f9215b 100644 --- a/setup.py +++ b/setup.py @@ -24,10 +24,7 @@ install_requires=[ "appdirs", "click", - # We need to pin docutils version, see - # https://github.com/OCA/maintainer-tools/issues/423 - # Consider carefully before changing this. - "docutils==0.16.*", + "docutils", "pypandoc", # for oca-gen-addon-readme to work with markdown fragments "ERPpeek", "github3.py>=1",