madpah / requirements-parser

A Pip requirements file parser.
https://requirements-parser.readthedocs.io
Apache License 2.0
128 stars 42 forks source link

Certain URIs not handled properly #16

Closed davidfischer closed 8 years ago

davidfischer commented 11 years ago

I'll fix these, but I figure I should at least document what doesn't work. Basically these aren't quite URIs.

bzr+lp:MyProject#egg=MyProject
git+git@git.myproject.org:MyProject#egg=MyProject

Because they aren't URIs, they are assumed to be "local files" which isn't correct.

mshenfield commented 8 years ago

Looks like this has been fixed with the addition of VCS schemes.

davidfischer commented 8 years ago

Yay! https://pip.pypa.io/en/stable/reference/pip_install/#vcs-support