mirror of
https://github.com/bringout/oca-technical.git
synced 2026-04-18 09:12:03 +02:00
23 lines
658 B
Python
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,
|
|
}
|