Skip to content

Commit d6a048b

Browse files
committed
pyproject: mark ipykernel as dependency
It's a dependency, and bash_kernel won't install from src without this change.
1 parent a464e1d commit d6a048b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ module = "bash_kernel"
77
author = "Thomas Kluyver"
88
author-email = "thomas@kluyver.me.uk"
99
home-page = "https://github.com/takluyver/bash_kernel"
10-
requires = ["pexpect (>=4.0)"]
10+
requires = ["pexpect (>=4.0)", "ipykernel"]
1111
description-file = "README.rst"
1212
classifiers = [
1313
"Framework :: IPython",

0 commit comments

Comments
 (0)