Skip to content

Commit

Permalink
Unpin docutils
Browse files Browse the repository at this point in the history
We now have gen-addon-readme --if-fragment-changed
so the original reason for pinning docutils is less critical.
  • Loading branch information
sbidoul committed Sep 3, 2023
1 parent 417169e commit ff4ab3b
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit ff4ab3b

Please sign in to comment.