Skip to content

Commit

Permalink
Fix package dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
hvelarde committed Nov 22, 2017
1 parent 2658679 commit 6a3ca92
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CHANGES.rst
Expand Up @@ -4,6 +4,9 @@ Alterações
1.3 (unreleased)
----------------

- Atualiza dependências do pacote.
[hvelarde]

- Remove dependência no plone.directives.form.
[hvelarde]

Expand Down
21 changes: 21 additions & 0 deletions setup.py
Expand Up @@ -38,25 +38,46 @@
include_package_data=True,
zip_safe=False,
install_requires=[
'AccessControl',
'collective.behavior.localdiazo',
'collective.behavior.localregistry',
'collective.cover',
'collective.z3cform.datagridfield >=1.3', # avoid dependency on five.grok
'plone.api',
'plone.app.content',
'plone.app.dexterity',
'plone.app.tiles',
'plone.app.layout',
'plone.app.upgrade',
'plone.autoform',
'plone.behavior',
'plone.dexterity',
'plone.memoize',
'plone.namedfile',
'plone.resource',
'plone.supermodel',
'Products.CMFPlone >=4.3',
'Products.GenericSetup',
'sc.microsite >=1.0b4',
'setuptools',
'z3c.form',
'zope.component',
'zope.i18nmessageid',
'zope.interface',
'zope.schema',
],
extras_require={
'test': [
'mock',
'plone.app.robotframework',
'plone.app.theming',
'plone.app.testing [robot]',
'plone.browserlayer',
'plone.registry',
'plone.testing',
'plone.tiles',
'robotsuite',
'transaction',
],
},
entry_points="""
Expand Down

0 comments on commit 6a3ca92

Please sign in to comment.