Skip to content

Commit 4d76d1c

Browse files
committed
install: Minimize install footprint
1 parent 6e40c76 commit 4d76d1c

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

setup.py

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,7 @@
66
from codecs import open
77

88
requires = [
9-
'click',
109
'cookiecutter',
11-
'jupyter',
12-
'networkx',
1310
'numpy',
1411
'pandas',
1512
'tornado >= 4.2, < 5.0.0',
@@ -23,10 +20,12 @@
2320
'pytest',
2421
'pytest-cov',
2522
'sphinx',
23+
'click',
24+
'networkx',
2625
],
2726
'docs': [
2827
'sphinx',
29-
]
28+
],
3029
}
3130

3231
version = ''

0 commit comments

Comments
 (0)