doc/tutorials/advanced/part01_create-cube.rst
branch3.26
changeset 12453 27c09955d869
parent 12209 3a3551fff787
child 12389 385a1d11dfeb
equal deleted inserted replaced
12452:eabea792525e 12453:27c09955d869
    61 
    61 
    62 Ok, now I'll tell my cube requires all this by editing :file:`cubicweb-sytweb/cubicweb_sytweb/__pkginfo__.py`:
    62 Ok, now I'll tell my cube requires all this by editing :file:`cubicweb-sytweb/cubicweb_sytweb/__pkginfo__.py`:
    63 
    63 
    64   .. sourcecode:: python
    64   .. sourcecode:: python
    65 
    65 
    66     __depends__ = {'cubicweb': '>= 3.10.0',
    66     __depends__ = {'cubicweb': '>= 3.26.7',
    67                    'cubicweb-file': '>= 1.9.0',
    67                    'cubicweb-file': '>= 1.9.0',
    68 		   'cubicweb-folder': '>= 1.1.0',
    68 		   'cubicweb-folder': '>= 1.1.0',
    69 		   'cubicweb-person': '>= 1.2.0',
    69 		   'cubicweb-person': '>= 1.2.0',
    70 		   'cubicweb-comment': '>= 1.2.0',
    70 		   'cubicweb-comment': '>= 1.2.0',
    71 		   'cubicweb-tag': '>= 1.2.0',
    71 		   'cubicweb-tag': '>= 1.2.0',