##// END OF EJS Templates
move all lower
Nicholas Bollweg -
Show More
@@ -44,18 +44,6 b' install_requires ='
44 44 traitlets>=5
45 45
46 46 [options.extras_require]
47 all =
48 %(black)s
49 %(doc)s
50 %(kernel)s
51 %(nbconvert)s
52 %(nbformat)s
53 %(notebook)s
54 %(parallel)s
55 %(qtconsole)s
56 %(terminal)s
57 %(test_extra)s
58 %(test)s
59 47 black =
60 48 black
61 49 doc =
@@ -87,6 +75,18 b' test_extra ='
87 75 pytest
88 76 testpath
89 77 trio
78 all =
79 %(black)s
80 %(doc)s
81 %(kernel)s
82 %(nbconvert)s
83 %(nbformat)s
84 %(notebook)s
85 %(parallel)s
86 %(qtconsole)s
87 %(terminal)s
88 %(test_extra)s
89 %(test)s
90 90
91 91 [options.packages.find]
92 92 exclude =
General Comments 0
You need to be logged in to leave comments. Login now