Gram
Gram
DepHell supports simple index and switch on it when the server doesn't have http api. The case above is a bug, we're trying to debug it on @MrMrRobat 's environment....
Yeah, that's definitely what we have to do :) Also, I have a request from @VadimPushtaev for [rpmvenv](https://github.com/kevinconway/rpmvenv/tree/master) config generation. Thank you for the issue.
You can specify path to the venv in the dephell config or with `--venv=` key. Otherwise dephell tries to find it's own venv, and if it doesn't exist, dephell uses...
That's an interesting idea, but I'm not sure how to implement it. One of the features of DepHell is it can have a lot of venvs for one project that's...
Add a section in config -- yes, great idea. Add requirements -- also a good idea, but we can't be sure where is the best place for it. For example,...
No, it's not :( The PR is about totally different things, it was referenced by a typo.
Could you share your use case why you need it and what you expect from this integration? The issue is only about reading dependencies that are specified in the tox...
[dephell venv entrypoint](https://dephell.readthedocs.io/cmd-venv-entrypoint.html) a bit similar. It runs not the shell but a command. Also related: #70
I guess, we should implement it as `dephell venv entrypoint --command=shell` :thinking:
Good news: we can use Github dependency graph for this. Github has no api for this, so we have to parse html. Better than nothing.