mirror of
https://github.com/astral-sh/uv.git
synced 2025-08-04 10:58:28 +00:00
feat: expose uv_normalize types (#2082)
## Summary <!-- What's the purpose of the change? What does it do, and why? --> Expose the uv_normalize types from pep508, so that these can be used with a crates.io version. --------- Co-authored-by: konsti <konstin@mailbox.org>
This commit is contained in:
parent
b983ff4fa7
commit
9a99aa7776
1 changed files with 2 additions and 3 deletions
|
@ -43,9 +43,8 @@ pub use marker::{
|
|||
};
|
||||
use pep440_rs::{Version, VersionSpecifier, VersionSpecifiers};
|
||||
use uv_fs::normalize_url_path;
|
||||
#[cfg(feature = "pyo3")]
|
||||
use uv_normalize::InvalidNameError;
|
||||
use uv_normalize::{ExtraName, PackageName};
|
||||
// Parity with the crates.io version of pep508_rs
|
||||
pub use uv_normalize::{ExtraName, InvalidNameError, PackageName};
|
||||
pub use verbatim_url::{split_scheme, Scheme, VerbatimUrl};
|
||||
|
||||
mod marker;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue