Fix ModuleNotFound error with poe

This commit is contained in:
Dan Yeaw 2021-08-07 15:32:34 -04:00
parent d33e128db9
commit b85d334b8b
No known key found for this signature in database
GPG Key ID: 42239C515C9B9841

View File

@ -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"