Kendall Bailey
Results
2
issues of
Kendall Bailey
uv version is 0.1.5 on Ubuntu 20.04, python 3.10 With UV_INDEX_URL pointing to a private Sonatype Nexus service acting as a pypi proxy: ``` $ uv pip install gcsfs error:...
bug
uv version: 0.1.11 platform: Ubuntu 20.04, python 3.10 I have a `pyproject.toml` that uses dynamic optional dependencies ``` [tool.setuptools.dynamic] optional-dependencies.tests = {file = ["reqs/test.txt"]} ``` After an editable install using...
enhancement