You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried to create a new addon. A version constraint problem occured since a few days,
What I Did
I created an addon: plonecli create addon my.addon
and tried to build it: plonecli build
The following problem occured during build:
(...)
Version and requirements information containing docutils:
[versions] constraint on docutils: 0.18.1
Requirement of readme-renderer[md]>=40: docutils>=0.21.2
Requirement of readme-renderer>=35.0: docutils>=0.21.2
While:
Installing releaser.
Error: The requirement ('docutils>=0.21.2') is not allowed by your [versions] constraint (0.18.1)
The text was updated successfully, but these errors were encountered:
I think in the generated code there exists a base.cfg ini-style file with a [versions] section.
Does it help if you add in this section a line to upgrade the pinned version of docutils like so?
Description
I tried to create a new addon. A version constraint problem occured since a few days,
What I Did
I created an addon:
plonecli create addon my.addon
and tried to build it:
plonecli build
The following problem occured during build:
The text was updated successfully, but these errors were encountered: