Simplify pep440 -> version ranges conversion (#8683)

This commit is contained in:
konsti 2024-10-30 13:10:48 +01:00 committed by GitHub
parent d0afd10ca4
commit c1a0fb35e8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
24 changed files with 286 additions and 415 deletions

View file

@ -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,
};