Skip to content

Commit ac33cb9

Browse files
feat: ➕ add c.lineage as an optional dependency
1 parent dba0ff5 commit ac33cb9

File tree

3 files changed

+12
-0
lines changed

3 files changed

+12
-0
lines changed

README.rst

+5
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,11 @@ Dependencies
5656
RESTful hypermedia API for Plone.
5757

5858

59+
``cusy.cms`` also depends on the following add-ons, but does not install them by default:
60+
61+
- `collective.lineage <https://github.com/collective/collective.lineage>`_:
62+
Turns subfolders of a Plone site to appear as autonomous Plone sites.
63+
5964

6065
Installation
6166
------------

setup.py

+1
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@
5151
"setuptools",
5252
"collective.behavior.banner",
5353
"collective.easyform",
54+
"collective.lineage",
5455
"cusy.exportimport",
5556
"cusy.restapi.easyform",
5657
"cusy.restapi.info",

test_plone52.cfg

+6
Original file line numberDiff line numberDiff line change
@@ -35,3 +35,9 @@ hurry.filesize = 0.9
3535
# Required by:
3636
# cusy.cms==1.0.0.dev0
3737
collective.behavior.banner = 1.3
38+
39+
# Added by buildout at 2021-07-13 12:08:47.964662
40+
41+
# Required by:
42+
# cusy.cms==1.0.0.dev0
43+
collective.lineage = 2.3

0 commit comments

Comments
 (0)