Skip to content

Commit

Permalink
support indexed legacy repositories (#323)
Browse files Browse the repository at this point in the history
  • Loading branch information
tgolsson authored May 2, 2022
1 parent 371ad95 commit 9e3796b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/poetry/core/json/schemas/poetry-schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -651,6 +651,10 @@
"links": {
"type": "boolean",
"description": "Declare this as a link source. Links at uri/path can point to sdist or bdist archives."
},
"indexed": {
"type": "boolean",
"description": "For PEP 503 simple API repositories, pre-fetch and index the available packages. (experimental)"
}
}
},
Expand Down

0 comments on commit 9e3796b

Please sign in to comment.