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

This commit is contained in:
@
2012-12-07 12:29:48 +01:00
committed by Anna Janiszewska
parent e2b6a5300a
commit 34ec636a5f

View File

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