Browse Source
Added mechanicalsoup dependency
Fix for: ModuleNotFoundError: No module named 'mechanicalsoup'
pull/118/head
IlonaO
6 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
hr_linkedin_recruitment/__manifest__.py
|
|
@ -38,7 +38,7 @@ |
|
|
|
], |
|
|
|
'external_dependencies': |
|
|
|
{ |
|
|
|
'python': ['mechanize', 'linkedin'], |
|
|
|
'python': ['mechanize', 'linkedin', 'MechanicalSoup'], |
|
|
|
}, |
|
|
|
'images': ['static/description/banner.jpg'], |
|
|
|
'license': 'AGPL-3', |
|
|
|