Skip to content

Commit a7fd25c

Browse files
committed
fix: Require pexpect for installing extension
1 parent a51d56d commit a7fd25c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@
7979
install_requires = [
8080
'notebook',
8181
'nbdime >= 1.1.0',
82+
'pexpect'
8283
],
8384
extras_require = {
8485
'test': [

0 commit comments

Comments
 (0)