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',
|
||||
'version' : '1.0',
|
||||
'author' : 'Camptocamp',
|
||||
'name': 'pingen.com integration',
|
||||
'version': '1.0',
|
||||
'author': 'Camptocamp',
|
||||
'maintainer': 'Camptocamp',
|
||||
'license': 'AGPL-3',
|
||||
'category': 'Reporting',
|
||||
'complexity': 'easy',
|
||||
'depends' : [],
|
||||
'depends': [],
|
||||
'external_dependencies': {
|
||||
'python': ['requests'],
|
||||
},
|
||||
'description': """
|
||||
Integration with pingen.com
|
||||
===========================
|
||||
|
||||
Reference in New Issue
Block a user