Hacker News new | ask | show | jobs
by xuan 3761 days ago
Nice post as alway from Kenneth.

However, this workflow has a little drawback. If you have a dependency not from pipy, e.g. `pip install git+ssh://github.com/kennethreitz/requests.git@master`, it won't work.

2 comments

I've given up trying to use vcs links as dependencies with pip. I deploy everything to an internal devpi server and use --extra-index-url
yes. Its a continual irritation to me 'pip freeze' doesnt support this.