Skip to content

Commit

Permalink
pyproject: mark ipykernel as dependency
Browse files Browse the repository at this point in the history
It's a dependency, and bash_kernel won't install from src without this
change.
  • Loading branch information
kdm9 committed May 30, 2022
1 parent a464e1d commit d6a048b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ module = "bash_kernel"
author = "Thomas Kluyver"
author-email = "[email protected]"
home-page = "https://github.com/takluyver/bash_kernel"
requires = ["pexpect (>=4.0)"]
requires = ["pexpect (>=4.0)", "ipykernel"]
description-file = "README.rst"
classifiers = [
"Framework :: IPython",
Expand Down

0 comments on commit d6a048b

Please sign in to comment.