Skip to content

Commit

Permalink
Pina collective.portlet.calendar
Browse files Browse the repository at this point in the history
collective.portlet.calendar 1.0b3 não lista a Agenda do
brasil.gov.agenda na pesquisa de root do portlet de calendário
extendido. Ver: #51

closes #50
  • Loading branch information
idgserpro committed Sep 22, 2015
1 parent 371f1f3 commit bef3505
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,11 @@
zip_safe=False,
install_requires=[
'brasil.gov.tiles',
'collective.portlet.calendar',
# FIXME: https://github.com/plonegovbr/brasil.gov.agenda/issues/51
'collective.portlet.calendar < 1.0b3',
'plone.api',
'plone.app.content',
'plone.app.contenttypes<1.1a1',
'plone.app.contenttypes < 1.1a1',
'plone.app.dexterity [grok]',
'plone.app.portlets',
'plone.app.referenceablebehavior',
Expand All @@ -52,13 +53,13 @@
'plone.app.vocabularies',
'plone.behavior',
# FIXME: https://github.com/plonegovbr/brasil.gov.agenda/issues/32
'plone.dexterity<2.2.4',
'plone.dexterity < 2.2.4',
'plone.directives.form',
'plone.portlets',
'plone.supermodel >=1.2.3',
'plone.uuid',
'Products.CMFCore',
'Products.CMFPlone >=4.3',
'Products.CMFPlone >= 4.3',
'Products.GenericSetup',
'setuptools',
'zope.component',
Expand All @@ -68,7 +69,7 @@
extras_require={
'test': [
'plone.app.robotframework',
'plone.app.testing [robot] >=4.2.2',
'plone.app.testing [robot] >= 4.2.2',
'plone.browserlayer',
'plone.testing',
],
Expand Down

0 comments on commit bef3505

Please sign in to comment.