Skip to content
Snippets Groups Projects

feat!: upgrade CW to version 4 and add web cube dependency

Merged François Ferry requested to merge topic/default/cw4 into branch/default
3 files
+ 6
4
Compare changes
  • Side-by-side
  • Inline
Files
3
@@ -14,8 +14,9 @@ description = "data-centric user interface for cubicweb based on bootstrap"
@@ -14,8 +14,9 @@ description = "data-centric user interface for cubicweb based on bootstrap"
web = f"https://forge.extranet.logilab.fr/cubicweb/cubes/{distname}"
web = f"https://forge.extranet.logilab.fr/cubicweb/cubes/{distname}"
__depends__ = {
__depends__ = {
"cubicweb": ">= 3.38.0, < 3.39.0",
"cubicweb": ">= 4.0.0, < 5.0.0",
"cubicweb-bootstrap": ">= 1.3.1",
"cubicweb-web": ">= 1.0.0, < 2.0.0",
 
"cubicweb-bootstrap": ">= 2.0.0, < 3.0.0",
}
}
__recommends__ = {}
__recommends__ = {}
Loading