File tree Expand file tree Collapse file tree 2 files changed +11
-11
lines changed Expand file tree Collapse file tree 2 files changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -77,13 +77,13 @@ def install(self):
77
77
# cog.outl(f"names = (\n{names}\n)")
78
78
# ]]]
79
79
names = (
80
+ 'backports' ,
81
+ 'importlib_resources' ,
82
+ 'jaraco' ,
83
+ 'more_itertools' ,
80
84
'packaging' ,
81
85
'platformdirs' ,
82
- 'jaraco' ,
83
- 'importlib_resources' ,
84
86
'zipp' ,
85
- 'more_itertools' ,
86
- 'backports' ,
87
87
)
88
88
# [[[end]]]
89
89
VendorImporter (__name__ , names ).install ()
Original file line number Diff line number Diff line change @@ -77,15 +77,15 @@ def install(self):
77
77
# cog.outl(f"names = (\n{names}\n)")
78
78
# ]]]
79
79
names = (
80
- 'packaging' ,
81
- 'ordered_set' ,
82
- 'more_itertools' ,
83
- 'jaraco' ,
84
- 'importlib_resources' ,
80
+ 'backports' ,
85
81
'importlib_metadata' ,
86
- 'zipp' ,
82
+ 'importlib_resources' ,
83
+ 'jaraco' ,
84
+ 'more_itertools' ,
85
+ 'ordered_set' ,
86
+ 'packaging' ,
87
87
'tomli' ,
88
- 'backports ' ,
88
+ 'zipp ' ,
89
89
)
90
90
# [[[end]]]
91
91
VendorImporter (__name__ , names , 'setuptools._vendor' ).install ()
You can’t perform that action at this time.
0 commit comments