[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

@@ -28,6 +28,9 @@
'category': 'Reporting',
'complexity': 'easy',
'depends': [],
'external_dependencies': {
'python': ['requests'],
},
'description': """
Integration with pingen.com
===========================