support check dependencies

This commit is contained in:
2023-05-31 19:17:16 +03:00
parent 8f2c33fe5d
commit 1625fddccd
19 changed files with 234 additions and 17 deletions
@@ -49,6 +49,10 @@ class PackagePropertiesSchema(Schema):
"description": "Package optional dependencies list",
"example": ["python-aiohttp"],
})
check_depends = fields.List(fields.String(), metadata={
"description": "Package test dependencies list",
"example": ["python-pytest"],
})
description = fields.String(metadata={
"description": "Package description",
"example": "ArcH linux ReposItory MANager",