Fix ModuleNotFound error with poe
This commit is contained in:
parent
d33e128db9
commit
b85d334b8b
@ -117,6 +117,9 @@ gettext-po = { "script" = "po.build-babel:update_po_files" }
|
||||
gettext-mo = { "script" = "po.build-babel:compile_mo_files" }
|
||||
update-translations = ["gettext-pot", "gettext-po", "gettext-mo"]
|
||||
|
||||
[tool.poe.executor]
|
||||
type = "virtualenv"
|
||||
|
||||
[tool.poetry.plugins."gaphor.appservices"]
|
||||
"event_manager" = "gaphor.core.eventmanager:EventManager"
|
||||
"session" = "gaphor.services.session:Session"
|
||||
|
Loading…
Reference in New Issue
Block a user