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:
@@ -28,6 +28,9 @@
|
|||||||
'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