Gram
Gram
Layers are layers in your dependency graph. In the center is your project (or more virtual projects if you are merging two dependency files), it's zero layer. The first layer...
> Actually just looking through the doc folder I see there is a lot more info on individual commands DepHell had one-level menu before, with all commands listed. Now it's...
Ask more, let's see what is missed
@mfoglio, that's a good catch. Right, there is no built-in way to install deps into docker yet. And it is definitely in the plans. I've seen a few projects using...
What is the use case? Do you use it in your application? It's not a part of dephell public API. I'm going to move it into `dephell._cache`.
> It would be great if you integrated this opportunity to dephell. Please, try to put wheels and sdist into a directory and specify path to the directory via `--warehouse`....
Also, the installation, for now, is done by pip. We thought about poisoning its cache but it doesn't worth it. So, for offline installation pip's cache should be poisoned as...
Thank you!
NB: reproduced: ```bash dephell deps tree scipy "tensorflow>=2.1" ```
This workaround should work: ```bash PIP_INDEX_URL="URL" DEPHELL_WAREHOUSE="['URL']" dephell jail install --level=DEBUG PACKAGE ``` However, it's too complicated. Let me rephrase the issue: automatically set `INDEX_URL` for pip based on dephell...