github.com/anchore/syft@v1.38.2/syft/pkg/cataloger/python/test-fixtures/uv/simple-deps/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      "requests>=2.32.2<3"
     8  ]