kammala

Results 5 issues of kammala

I can't use passwords with spaces in web-gui: it is rejected as incorrect password. It is possible to run mpd as `ympd -h "@localhost"` but as a result my password...

bug

When I am trying to install requirements with `extra_requires` block from private repo(artifactory in our case), `dephell deps install` fails with `LookupError`. ### Steps to reproduce: *requirements.txt*: ``` dephell[full] ```...

bug

While creating virtual environment with `dephell` it is possible to set path to project file: either relative or absolute. But paths with `~` are not expanded so it will search...

bug

There is an option `--warehouse` for `dephell deps install` command. But `dephell package install` doesn't have such an option in `--help` and throws an error ``` ERROR RequirementsFileParseError: Invalid requirement:...

bug

If your warehouse has self-signed SSL certificate or signed by your company CA certificate, `dephell deps install --warehouse ...` will fail with an error like: ``` ERROR SSLError: HTTPSConnectionPool(host='example.com', port=443):...

bug