uv 0.11.21

A Python package and project manager
Documentation
1
2
3
4
5
6
7
//! Integration tests for `uv lock`.

#[cfg(all(feature = "test-python", feature = "test-pypi"))]
use uv_test::pypi_proxy;

#[cfg(all(feature = "test-python", feature = "test-pypi"))]
mod lock;