Is it possible to override dependencies in buildout for an egg? I need to add some newer libraries to some eggs which contain requirements for older packages.
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
Buildout is it possible to override dependencies for an application containing its own dependencies?
|
|
You can edit the buildout.cfg and add a version section with all the dependencies you need :
You can also Look at the following documentations for more : |
|||
|