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