pip files can contains various "options" such as index URLs and VCS. We should support these: - [x] #20 - [ ] Support requirements file with editable install with -e where we should possible try to follow the local path reference and/or a remote VCS - [ ] Support requirements file with with VCS URLs
pip files can contains various "options" such as index URLs and VCS. We should support these:
--extra-index-url: We planned to support alright multiple--index-urlin the "dad" CLI. There can also be --extra-index-url in the requirements file. #20