Skip to content

Commit

Permalink
Derive events for the demonstration site (#2141)
Browse files Browse the repository at this point in the history
  • Loading branch information
bartfeenstra authored Oct 16, 2024
1 parent 728536c commit f0a83c9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions betty/project/extension/demo/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
from betty.project.extension import Extension
from betty.project.extension.cotton_candy import CottonCandy
from betty.project.extension.demo.project import load_ancestry
from betty.project.extension.deriver import Deriver
from betty.project.extension.http_api_doc import HttpApiDoc
from betty.project.extension.maps import Maps
from betty.project.extension.trees import Trees
Expand All @@ -38,6 +39,7 @@ class Demo(ShorthandPluginBase, Extension):
def depends_on(cls) -> set[PluginIdentifier[Extension]]:
return {
CottonCandy,
Deriver,
HttpApiDoc,
Maps,
Trees,
Expand Down

0 comments on commit f0a83c9

Please sign in to comment.