poetry-plugin-export
poetry-plugin-export copied to clipboard
Need option to skip index flag generation
When generating requirements.txt, I need the ability to skip the generation of index flags.
I need to commit the generated requirements.txt to version control, which means I
- cannot generate the indexies with credentials
- need to provide the credentials externally to pip
To this end, I have pip configured on target systems with necessary credentials via the ~/.config/pip/pip.conf file.
Unfortunately, this package's generation of --index-url and --extra-index-url override this global config file, causing installation to fail.
Please Add a CLI flag to skip emitting these flags to generated requirements.txt files