Skip to content

Commit

Permalink
Fix to dependency management
Browse files Browse the repository at this point in the history
  • Loading branch information
StefanoFioravanzo committed May 13, 2019
1 parent b69abef commit b852d62
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion extensions/kale-toolbar-runner/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"@phosphor/disposable": "^1.1.2",
"@types/node": "^11.13.8",
"http": "0.0.0",
"http-module": "0.0.5",
"http-module": "0.0.5"
},
"devDependencies": {
"rimraf": "^2.6.1",
Expand Down
2 changes: 1 addition & 1 deletion extensions/kale-toolbar-runner/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -562,7 +562,7 @@ [email protected]:
portfinder "0.4.x"
union "~0.4.3"

http@^0.0.0:
[email protected]:
version "0.0.0"
resolved "https://registry.yarnpkg.com/http/-/http-0.0.0.tgz#86e6326d29c5d039de9fac584a45689f929f4f72"

Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@
'graphviz',
'pyflakes',
'papermill',
'Flask',
'flask_restful'
'flask_restful',
'flask',
],
entry_points={
'console_scripts': ['kale=kale.command_line:main', 'kale_server=kale.command_line:server'],
Expand Down

0 comments on commit b852d62

Please sign in to comment.