mirror of
https://github.com/OCA/report-print-send.git
synced 2025-02-16 07:11:31 +02:00
[FIX] express the external dependency on the 'request' lib in the manifest file
This commit is contained in:
@@ -20,14 +20,17 @@
|
|||||||
##############################################################################
|
##############################################################################
|
||||||
|
|
||||||
{
|
{
|
||||||
'name' : 'pingen.com integration',
|
'name': 'pingen.com integration',
|
||||||
'version' : '1.0',
|
'version': '1.0',
|
||||||
'author' : 'Camptocamp',
|
'author': 'Camptocamp',
|
||||||
'maintainer': 'Camptocamp',
|
'maintainer': 'Camptocamp',
|
||||||
'license': 'AGPL-3',
|
'license': 'AGPL-3',
|
||||||
'category': 'Reporting',
|
'category': 'Reporting',
|
||||||
'complexity': 'easy',
|
'complexity': 'easy',
|
||||||
'depends' : [],
|
'depends': [],
|
||||||
|
'external_dependencies': {
|
||||||
|
'python': ['requests'],
|
||||||
|
},
|
||||||
'description': """
|
'description': """
|
||||||
Integration with pingen.com
|
Integration with pingen.com
|
||||||
===========================
|
===========================
|
||||||
|
|||||||
Reference in New Issue
Block a user