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:
parent
5c4eb30215
commit
885c988ec9
@ -4,6 +4,10 @@ Changelog
|
|||||||
1.0b11 (unreleased)
|
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.
|
- Add and update es and eu l10ns.
|
||||||
[dukebody, on behalf of erral]
|
[dukebody, on behalf of erral]
|
||||||
|
|
||||||
|
2
setup.py
2
setup.py
@ -37,7 +37,9 @@ setup(name='plone.app.discussion',
|
|||||||
'zope.event',
|
'zope.event',
|
||||||
'zope.container',
|
'zope.container',
|
||||||
'zope.lifecycleevent',
|
'zope.lifecycleevent',
|
||||||
|
'zope.schema>=3.6.0',
|
||||||
'zope.site',
|
'zope.site',
|
||||||
|
'z3c.form>=2.3.3',
|
||||||
],
|
],
|
||||||
extras_require = {
|
extras_require = {
|
||||||
'test': [
|
'test': [
|
||||||
|
Loading…
Reference in New Issue
Block a user