Update: Added pyjwt and beautifulsoup4 to external_dependencies in manifest
This commit is contained in:
@@ -46,7 +46,11 @@ Optional Dependencies
|
||||
'website_blog',
|
||||
],
|
||||
'external_dependencies': {
|
||||
'python': ['requests'],
|
||||
'python': [
|
||||
'requests',
|
||||
'pyjwt',
|
||||
'beautifulsoup4',
|
||||
],
|
||||
},
|
||||
'data': [
|
||||
# Data
|
||||
|
||||
Reference in New Issue
Block a user