"Stacking" extras without invoking pip
conflict resolution
#4279
-
We have recently switched from using
So, installing the extra Now, with the However, what this does is, instead of just inserting all the dependencies of With a sufficiently big enough set of dependencies and across projects which depend on each other, this makes using tools like So, is there a way to make the stacking of extras work like with the |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hi @silv-io, the So I am afraid that there is no way to achieve that, other than |
Beta Was this translation helpful? Give feedback.
Hi @silv-io, the
%(base-runtime)s
syntax is a feature of Python'sconfigparser
module. There is no equivalent for TOML (the TOML syntax does not include interpolation features).So I am afraid that there is no way to achieve that, other than
project[base-runtime]
(which depends onpip
).