This repository was archived by the owner on Oct 24, 2025. It is now read-only.
Commit 632f389
committed
Handle all pip install flags properly while generating requirements.txt
With this patch, the plugin will respect all pip install short flags,
not just -f and -i.
https://pip.pypa.io/en/stable/reference/pip_install/#requirements-file-format1 parent b5cdf16 commit 632f389
1 file changed
+5
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
372 | 372 | | |
373 | 373 | | |
374 | 374 | | |
375 | | - | |
| 375 | + | |
376 | 376 | | |
377 | 377 | | |
378 | 378 | | |
| |||
389 | 389 | | |
390 | 390 | | |
391 | 391 | | |
| 392 | + | |
| 393 | + | |
392 | 394 | | |
393 | | - | |
| 395 | + | |
| 396 | + | |
394 | 397 | | |
395 | 398 | | |
396 | 399 | | |
| |||
0 commit comments