[FIX] express the external dependency on the 'request' lib in the manifest file

This commit is contained in:
Guewen Baconnier @ Camptocamp
2012-12-07 12:29:48 +01:00
parent 70ea693209
commit 6b97dc8498

View File

@@ -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
=========================== ===========================