Mark Liederbach

Results 5 comments of Mark Liederbach

Any updates on this issue? django==1.9.9 DRF==3.2.4 DRF-bulk==0.2.1

We compile without index URLs, then pass in the URL on sync. ``` python3 -m piptools compile --no-emit-index-url requirements.in --output-file requirements.txt ``` ``` python3 -m piptools sync --extra-index-url https://${ARTIFACTORY_USERNAME}:${ARTIFACTORY_API_KEY}@foo.com/pypi-local/simple requirements.txt...

Paging @kamakazikamikaze , I am also experiencing this. Can you enlighten us as to how we should be installing this package from source like this?

That works, but why? Sort of confusing that git works but a local install won't.

It would be nice if we still had a way to reference the expected python version in the `.python-version` in addition to the virtualenv name. I've enjoyed automating the installation...