Commit Graph

2 Commits

Author SHA1 Message Date
Charlie Marsh 3bf20f95e4 Use local package instead of transitive_url_dependency.zip (#2396) 2024-03-12 22:56:00 +00:00
Charlie Marsh 5c4cecaa85 Allow URL requirements in editable installs (#1614)
## Summary

If an editable package declares a direct URL requirement, we currently
error since it's not considered an "allowed" requirement. We need to add
those URLs to the allow-list.

Closes https://github.com/astral-sh/uv/issues/1603.
2024-02-17 15:20:23 -05:00