Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
37 changes: 14 additions & 23 deletions buildout.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,15 @@ extensions =

extends =
base.cfg
http://dist.plone.org/release/6.0-latest/versions.cfg
http://dist.plone.org/release/5.2-latest/versions.cfg

find-links +=
http://dist.plone.org/release/6.0-latest/
http://dist.plone.org/release/5.2-latest

eggs =
Plone
Pillow
collective.dexteritytextindexer
collective.relationhelpers
sinar.advisory
sinar.resource
Expand All @@ -33,20 +34,12 @@ eggs =
sinar.miscbehavior
imap.customizations
collective.vocabularies.iso
collective.behavior.banner==2.0
plone.app.mosaic==3.0
collective.behavior.banner
plone.app.mosaic
plone.gallery
eea.facetednavigation
imap.customizations
plone.volto
pandas
plone.app.drafts
plone.app.standardtiles
plone.app.tiles
plone.jsonserializer
z3c.jbot
plone.app.blocks


zcml =
# plone.reload

Expand All @@ -66,12 +59,12 @@ verbose-security = off
threads = 2

[sources]
sinar.activity = git git@github.com:Sinar/sinar.activity.git
sinar.advisory = git git@github.com:Sinar/sinar.advisory.git
sinar.article = git git@github.com:Sinar/sinar.article.git
sinar.miscbehavior = git git@github.com:Sinar/sinar.miscbehavior branch=main
sinar.organization = git git@github.com:Sinar/sinar.organization branch=main
sinar.project = git git@github.com:Sinar/sinar.project branch=main
sinar.activity = git git@github.com:Sinar/sinar.activity branch=main
sinar.advisory = git git@github.com:Sinar/sinar.advisory branch=main
sinar.article = git git@github.com:Sinar/sinar.article branch=plone-5
sinar.miscbehavior = git git@github.com:Sinar/sinar.miscbehavior branch=plone-5
sinar.organization = git git@github.com:Sinar/sinar.organization branch=plone-5
sinar.project = git git@github.com:Sinar/sinar.project branch=plone-5
sinar.indicators = git git@github.com:Sinar/sinar.indicators branch=main
sinar.resource = git git@github.com:Sinar/sinar.resource branch=main
imap.customizations = git git@github.com:Sinar/imap.customizations.git
Expand All @@ -81,11 +74,9 @@ collective.vocabularies.iso = git git@github.com:Sinar/collective.vocabularies.i
[instance]
<= instance_base
recipe = plone.recipe.zope2instance
http-address = 127.0.0.1:8080
http-address = 0.0.0.0:8080
zodb-temporary-storage = off

[versions]
plone.restapi = 8.43.1



setuptools = 65.7.0