mirror of
https://github.com/bringout/oca-technical.git
synced 2026-04-18 05:12:07 +02:00
21 lines
641 B
Python
21 lines
641 B
Python
# Copyright 2021 ACSONE SA/NV
|
|
# License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl.html)
|
|
|
|
{
|
|
"name": "Pydantic",
|
|
"summary": """
|
|
Utility addon to ease mapping between Pydantic and Odoo models""",
|
|
"version": "16.0.1.0.0",
|
|
"development_status": "Beta",
|
|
"license": "LGPL-3",
|
|
"maintainers": ["lmignon"],
|
|
"author": "ACSONE SA/NV,Odoo Community Association (OCA)",
|
|
"website": "https://github.com/OCA/rest-framework",
|
|
"depends": [],
|
|
"data": [],
|
|
"demo": [],
|
|
"external_dependencies": {
|
|
"python": ["pydantic", "contextvars", "typing-extensions"]
|
|
},
|
|
"installable": True,
|
|
}
|