Skip to content

Commit e92e5c1

Browse files
committed
Add dependency on entrypoints
1 parent 3c09a57 commit e92e5c1

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
@@ -82,6 +82,7 @@ def run(self):
8282
'jupyter_core',
8383
'pyzmq>=13',
8484
'python-dateutil>=2.1',
85+
'entrypoints',
8586
],
8687
extras_require = {
8788
'test': ['ipykernel', 'ipython', 'mock', 'pytest'],

0 commit comments

Comments
 (0)