Skip to content

Commit

Permalink
Update package dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
hvelarde committed Mar 4, 2016
1 parent 82268bd commit a82f001
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ Alterações
1.1 (unreleased)
^^^^^^^^^^^^^^^^

- A lista de dependências do pacote foi atualizada.
[hvelarde]

- Corrige problema de compatibilidade com o plone.dexterity > 2.2.3;
o pacote agora é compatível com o Plone > 4.3.3 (closes `#32`_).
[hvelarde]
Expand Down
18 changes: 17 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,37 +39,53 @@
include_package_data=True,
zip_safe=False,
install_requires=[
'brasil.gov.tiles',
'Acquisition',
'collective.cover',
'collective.portlet.calendar',
'plone.api',
'plone.app.content',
'plone.app.contenttypes<1.1a1',
'plone.app.dexterity [grok]',
'plone.app.portlets',
'plone.app.referenceablebehavior',
'plone.app.textfield',
'plone.app.upgrade',
'plone.app.uuid',
'plone.app.versioningbehavior',
'plone.app.vocabularies',
'plone.behavior',
'plone.dexterity',
'plone.directives.form',
'plone.indexer',
'plone.memoize',
'plone.portlets',
'plone.supermodel',
'plone.uuid',
'Products.ATContentTypes',
'Products.CMFCore',
'Products.CMFPlone >=4.3',
'Products.CMFQuickInstallerTool',
'Products.GenericSetup',
'setuptools',
'zope.component',
'zope.container',
'zope.event',
'zope.i18nmessageid',
'zope.interface',
'zope.lifecycleevent',
'zope.publisher',
'zope.schema',
],
extras_require={
'test': [
'plone.app.robotframework',
'plone.app.testing [robot]',
'plone.browserlayer',
'plone.namedfile',
'plone.testing',
'robotsuite',
'transaction',
'zope.site',
],
},
entry_points='''
Expand Down

0 comments on commit a82f001

Please sign in to comment.