Skip to content

Commit

Permalink
Add ipykernel as dependency to make pipx work
Browse files Browse the repository at this point in the history
  • Loading branch information
dokempf committed Nov 4, 2021
1 parent 9f936f2 commit 58f2693
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion nbclick/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = 0.1
__version__ = "0.1.1"
1 change: 0 additions & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
ipykernel
pre-commit
pytest
1 change: 1 addition & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ classifiers =
packages = find:
install_requires =
Click>=8.0
ipykernel
nbclient>=0.5
nbformat>=5.1
nbparameterise>=0.5
Expand Down

0 comments on commit 58f2693

Please sign in to comment.