github.com/anchore/syft@v1.38.2/syft/pkg/cataloger/python/test-fixtures/uv/conflicting-with-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 "httpx[brotli,http2,socks]>=0.27.0,<0.30.0", 8 "pygments==2.15.0", 9 "click<8", 10 "rich<10" 11 ]