Browse Source

Added mechanicalsoup dependency

Fix for: ModuleNotFoundError: No module named 'mechanicalsoup'
pull/118/head
IlonaO 6 years ago
committed by GitHub
parent
commit
2249aa13bb
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      hr_linkedin_recruitment/__manifest__.py

2
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',

Loading…
Cancel
Save