Declare z3c.form and zope.schema as minimum version dependencies in setup.py in case people use a different KGS.

svn path=/plone.app.discussion/trunk/; revision=45081
This commit is contained in:
Timo Stollenwerk 2010-11-02 10:38:38 +00:00
parent 5c4eb30215
commit 885c988ec9
2 changed files with 6 additions and 0 deletions

View File

@ -4,6 +4,10 @@ Changelog
1.0b11 (unreleased)
-------------------
- Declare z3c.form and zope.schema as minimum version dependencies in setup.py
in case people use a different KGS.
[timo]
- Add and update es and eu l10ns.
[dukebody, on behalf of erral]

View File

@ -37,7 +37,9 @@ setup(name='plone.app.discussion',
'zope.event',
'zope.container',
'zope.lifecycleevent',
'zope.schema>=3.6.0',
'zope.site',
'z3c.form>=2.3.3',
],
extras_require = {
'test': [