oca-technical/odoo-bringout-oca-rest-framework-extendable_fastapi/extendable_fastapi/__manifest__.py
2025-08-29 15:43:03 +02:00

23 lines
658 B
Python

# Copyright 2023 ACSONE SA/NV
# License LGPL-3.0 or later (https://www.gnu.org/licenses/lgpl).
{
"name": "Extendable Fastapi",
"summary": """
Allows the use of extendable into fastapi apps""",
"version": "16.0.2.1.2",
"license": "LGPL-3",
"author": "ACSONE SA/NV,Odoo Community Association (OCA)",
"maintainers": ["lmignon"],
"website": "https://github.com/OCA/rest-framework",
"depends": ["fastapi", "extendable"],
"data": [],
"demo": [],
"external_dependencies": {
"python": [
"pydantic>=2.0.0",
"extendable-pydantic>=1.2.0",
],
},
"installable": True,
}