github.com/anchore/syft@v1.38.2/syft/pkg/cataloger/python/test-fixtures/uv/nested-extras/pyproject.toml (about) 1 # fixture is not under test, just used to produde the uv.lock 2 [project] 3 name = "testpkg" 4 version = "0.1.0" 5 6 dependencies = [ 7 "fastapi[all]>=0.111.0<0.112.0" 8 ]