Skip to main content

Crate uv_requirements

Crate uv_requirements 

Source

Structs§

ExtrasResolver
A resolver to expand the requested extras for a set of requirements to include all defined extras.
GroupsSpecification
LockedRequirements
LookaheadResolver
A resolver for resolving lookahead requirements from direct URLs.
NamedRequirementsResolver
Like RequirementsSpecification, but with concrete names for all requirements.
RequirementsSpecification
SourceTreeResolution
SourceTreeResolver
A resolver for requirements specified via source trees.

Enums§

Error
RequirementsSource
SourceTree

Functions§

is_pylock_toml
Returns true if a file name matches the pylock.toml pattern defined in PEP 751.
read_lock_requirements
Load the preferred requirements from an existing lockfile, applying the upgrade strategy.
read_pylock_toml_requirements
Load the preferred requirements from an existing pylock.toml file, applying the upgrade strategy.
read_requirements_txt
Load the preferred requirements from an existing requirements.txt, applying the upgrade strategy.