# HG changeset patch # User Arnaud Vergnet <arnaud.vergnet@logilab.fr> # Date 1706795303 -3600 # Thu Feb 01 14:48:23 2024 +0100 # Node ID b1dcd0f2b2552fae5750611f3087c6d0ebf731ac # Parent 09227a84fcdd7c051a3386421475bd0623bca1f3 feat: add api cube diff --git a/cubicweb_rodolf/__pkginfo__.py b/cubicweb_rodolf/__pkginfo__.py --- a/cubicweb_rodolf/__pkginfo__.py +++ b/cubicweb_rodolf/__pkginfo__.py @@ -14,6 +14,7 @@ __depends__ = { "cubicweb[postgresql]": ">= 4.5.2,< 5.0.0", + "cubicweb-api": ">= 0.13.0,< 0.14.0", "cubicweb-file": None, "cubicweb-rq": None, "requests": None,