Tom Evans
Tom Evans
Provide a way to allow explicit overrides of subdependency versions of top level packages in pipfile
> Since requirements.txt is mentioned I want to mention that it being easy to override is not exactly a good thing. Generally you want to detect incompatibilities ahead of time....
I can give an example: * Our private python packages are stored in Artifactory, and we use Artifactory as the sole package resource * As developers, we run a custom...
This is slightly orthogonal to the actual problem here, but we are generating the tokens on the fly in `initializeCommand`. We have a custom in house tool that authenticates to...