Skip to content

Commit

Permalink
Fix dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
yacchin1205 committed May 31, 2023
1 parent 6262ec6 commit f1952d6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
notebook>=6.5.4
tornado
requests
traitlets
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
zip_safe=False,
platforms=['Jupyter Notebook 6.x'],
install_requires=[
'notebook>=6.5.4',
'tornado',
'requests',
'traitlets',
Expand Down

0 comments on commit f1952d6

Please sign in to comment.