File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 11from __future__ import annotations
22
33from cleo .helpers import option
4- from poetry .console .commands .installer_command import InstallerCommand
4+ from poetry .console .commands .group_command import GroupCommand
55from poetry .core .packages .dependency_group import MAIN_GROUP
66
77from poetry_plugin_export .exporter import Exporter
88
99
10- class ExportCommand (InstallerCommand ):
10+ class ExportCommand (GroupCommand ):
1111 name = "export"
1212 description = "Exports the lock file to alternative formats."
1313
@@ -31,7 +31,7 @@ class ExportCommand(InstallerCommand):
3131 None ,
3232 "Include development dependencies. (<warning>Deprecated</warning>)" ,
3333 ),
34- * InstallerCommand ._group_dependency_options (),
34+ * GroupCommand ._group_dependency_options (),
3535 option (
3636 "extras" ,
3737 "E" ,
You can’t perform that action at this time.
0 commit comments