Skip to content

Commit 21dad13

Browse files
tgolssonbostonrwalker
authored andcommitted
support indexed legacy repositories (python-poetry#323)
1 parent 2e12cba commit 21dad13

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/poetry/core/json/schemas/poetry-schema.json

+4
Original file line numberDiff line numberDiff line change
@@ -665,6 +665,10 @@
665665
"links": {
666666
"type": "boolean",
667667
"description": "Declare this as a link source. Links at uri/path can point to sdist or bdist archives."
668+
},
669+
"indexed": {
670+
"type": "boolean",
671+
"description": "For PEP 503 simple API repositories, pre-fetch and index the available packages. (experimental)"
668672
}
669673
}
670674
},

0 commit comments

Comments
 (0)