"description":"The Python versions the package is compatible with."
"description":"The Python versions the package is compatible with."
}
}
},
},
"patternProperties":{
"$ref":"#/definitions/dependencies",
"^[a-zA-Z-_.0-9]+$":{
"oneOf":[
{
"$ref":"#/definitions/dependency"
},
{
"$ref":"#/definitions/long-dependency"
},
{
"$ref":"#/definitions/git-dependency"
},
{
"$ref":"#/definitions/file-dependency"
},
{
"$ref":"#/definitions/path-dependency"
}
]
}
},
"additionalProperties":false
"additionalProperties":false
},
},
"dev-dependencies":{
"dev-dependencies":{
"type":"object",
"type":"object",
"description":"This is a hash of package name (keys) and version constraints (values) that this package requires for developing it (testing tools and such).",
"description":"This is a hash of package name (keys) and version constraints (values) that this package requires for developing it (testing tools and such).",