fix: fix jean-web installation url #23

Merged
csechet merged 1 commits from fix/jean-web-url into main 2024-08-02 12:40:10 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 0364684184 - Show all commits

View File

@ -25,7 +25,7 @@ def build(session: Session) -> None:
"""Run unit tests.""" """Run unit tests."""
session.install( session.install(
"nodeenv", "nodeenv",
"git+https://git.collectivit.org/collectivit/jean-web", "git+https://git.frog-collective.com/collectivit/jean-web",
"babel", "babel",
"jinja2" "jinja2"
) )