kammala

Results 2 comments of kammala

no, they are there. the same command works as expected if I put just `dephell` without `[full]` in the `requirements.txt`

you can also reproduce this problem locally via running e.g. [nexus3 in docker](https://hub.docker.com/r/sonatype/nexus3/) while `pip install -r /tmp/reqs2.txt -i http://localhost:8081/repository/mirror/simple --trusted-host localhost:8081` works, `dephell deps install --from-path=/tmp/reqs2.txt --from-format=pip --warehouse http://localhost:8081/repository/mirror/simple...