mirror of
https://github.com/astral-sh/uv.git
synced 2025-11-16 18:45:41 +00:00
Add support for unnamed Git and HTTP requirements (#2578)
## Summary Enables, e.g., `uv pip install git+https://github.com/pallets/flask.git`. Part of: https://github.com/astral-sh/uv/issues/313.
This commit is contained in:
parent
fc9761d020
commit
2979918320
12 changed files with 517 additions and 273 deletions
|
|
@ -3,7 +3,7 @@ pub use download::{BuiltWheel, DiskWheel, LocalWheel};
|
|||
pub use error::Error;
|
||||
pub use index::{BuiltWheelIndex, RegistryWheelIndex};
|
||||
pub use reporter::Reporter;
|
||||
pub use source::SourceDistCachedBuilder;
|
||||
pub use source::{download_and_extract_archive, SourceDistCachedBuilder};
|
||||
pub use unzip::Unzip;
|
||||
|
||||
mod distribution_database;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue