Skip to content

Commit 7e4fac7

Browse files
tgolssonDavidVujic
authored andcommitted
support indexed legacy repositories (python-poetry#323)
1 parent 0903b32 commit 7e4fac7

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -651,6 +651,10 @@
651651
"links": {
652652
"type": "boolean",
653653
"description": "Declare this as a link source. Links at uri/path can point to sdist or bdist archives."
654+
},
655+
"indexed": {
656+
"type": "boolean",
657+
"description": "For PEP 503 simple API repositories, pre-fetch and index the available packages. (experimental)"
654658
}
655659
}
656660
},

0 commit comments

Comments
 (0)