mirror of
https://github.com/astral-sh/uv.git
synced 2025-07-30 16:43:45 +00:00
Simplify pep440 -> version ranges conversion (#8683)
This commit is contained in:
parent
d0afd10ca4
commit
c1a0fb35e8
24 changed files with 286 additions and 415 deletions
|
@ -12,7 +12,7 @@ pub use options::{Flexibility, Options, OptionsBuilder};
|
|||
pub use preferences::{Preference, PreferenceError, Preferences};
|
||||
pub use prerelease::PrereleaseMode;
|
||||
pub use python_requirement::PythonRequirement;
|
||||
pub use requires_python::{RequiresPython, RequiresPythonError, RequiresPythonRange};
|
||||
pub use requires_python::{RequiresPython, RequiresPythonRange};
|
||||
pub use resolution::{
|
||||
AnnotationStyle, ConflictingDistributionError, DisplayResolutionGraph, ResolutionGraph,
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue