Commit 8dcb30c
committed
Add Windows path separator normalization for constraints reference
During rebase, the Windows path fix (forward slash normalization) was lost.
This commit restores the .replace("\\", "/") calls that ensure pip can
correctly interpret constraint paths on all platforms.
Related to #22 and #251 parent 78df434 commit 8dcb30c
1 file changed
+5
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
283 | 283 | | |
284 | 284 | | |
285 | 285 | | |
| 286 | + | |
| 287 | + | |
| 288 | + | |
286 | 289 | | |
287 | 290 | | |
288 | | - | |
289 | | - | |
| 291 | + | |
| 292 | + | |
290 | 293 | | |
291 | 294 | | |
292 | 295 | | |
| |||
0 commit comments