##// END OF EJS Templates
move all lower
Nicholas Bollweg -
Show More
@@ -44,18 +44,6 b' install_requires ='
44 traitlets>=5
44 traitlets>=5
45
45
46 [options.extras_require]
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 black =
47 black =
60 black
48 black
61 doc =
49 doc =
@@ -87,6 +75,18 b' test_extra ='
87 pytest
75 pytest
88 testpath
76 testpath
89 trio
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 [options.packages.find]
91 [options.packages.find]
92 exclude =
92 exclude =
General Comments 0
You need to be logged in to leave comments. Login now