pip-sync ignores pip options declared in requirements file ##### Steps to replicate 1. pip-compile a requirements file with `--extra-index-url http://my.devpi` 2. run pip-sync ##### Expected result Packages hosted in http://my.devpi gets installed ##### Actual result pip-sync exit with error because it can't find packages from `http://my.devpi`