mirror of
https://github.com/bringout/oca-technical.git
synced 2026-04-18 09:12:03 +02:00
15 lines
480 B
Python
15 lines
480 B
Python
# Copyright 2018 ACSONE SA/NV
|
|
# License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl).
|
|
|
|
{
|
|
"name": "GraphQL Demo",
|
|
"version": "16.0.1.0.1",
|
|
"license": "LGPL-3",
|
|
"author": "ACSONE SA/NV, Odoo Community Association (OCA)",
|
|
"website": "https://github.com/OCA/rest-framework",
|
|
"depends": ["graphql_base"],
|
|
"external_dependencies": {"python": ["graphene"]},
|
|
"development_status": "Beta",
|
|
"maintainers": ["sbidoul"],
|
|
"installable": True,
|
|
}
|