Commit d3b1e07
fix: Use 'req@url' syntax to install from remote VCS
* Use 'req@url' syntax when using pip to install from a remote git
repository over 'url#egg=req' to avoid the use of #egg= fragments
with a non-PEP 508 name. This will be required in pip v25.0+.
- c.f. pypa/pip#11617 for more details.1 parent 6e15982 commit d3b1e07
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
45 | | - | |
| 45 | + | |
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
| |||
0 commit comments