fix: fix jean-web installation url
This commit is contained in:
parent
580d73b015
commit
0364684184
|
|
@ -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"
|
||||||
)
|
)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue