Skip to content
Snippets Groups Projects
Verified Commit ba788719 authored by Nik | Klampfradler's avatar Nik | Klampfradler
Browse files

Fix dev dependencies for message extraction

parent ee48d024
No related branches found
No related tags found
No related merge requests found
Pipeline #27904 passed
Pipeline: leopard.institute

#27909

    Pipeline: hacknfun.camp

    #27908

      Pipeline: schul-frei.dev

      #27907

        +1
        ......@@ -13,7 +13,7 @@ build_dist:
        interruptible: true
        stage: build
        before_script:
        - pip3 install poetry babel
        - pip3 install poetry babel jinja2
        - apt -y update
        - apt -y install make
        script:
        ......
        ......@@ -17,6 +17,8 @@ pelican-sitemap = "^1.0.2"
        pelican-jinja2content = "^1.0.1"
        [tool.poetry.dev-dependencies]
        Jinja2 = "^3.0.1"
        Babel = "^2.9.1"
        [build-system]
        requires = ["poetry-core>=1.0.0"]
        ......
        0% Loading or .
        You are about to add 0 people to the discussion. Proceed with caution.
        Finish editing this message first!
        Please register or to comment