How could I make Python support dependencies in a similar way how node does them. So that if my app depends on two packages, A and B, but they depend on different versions of package C, both version of C would be installed, one for A and one for B. So in some way, that all dependencies would be installed relatively. Really, like node_modules for node.
via Mitar
No comments:
Post a Comment