mirror of
https://github.com/jupyter/notebook.git
synced 2024-11-27 03:20:27 +08:00
don't install deathrow
This commit is contained in:
parent
393557bb3d
commit
b26c59e66f
@ -105,7 +105,6 @@ def find_packages():
|
||||
packages = ['IPython']
|
||||
add_package(packages, 'config', tests=True, others=['profile'])
|
||||
add_package(packages, 'core', tests=True)
|
||||
add_package(packages, 'deathrow', tests=True)
|
||||
add_package(packages, 'extensions')
|
||||
add_package(packages, 'external')
|
||||
add_package(packages, 'external.argparse')
|
||||
|
Loading…
Reference in New Issue
Block a user