Declare dependency on z3c.relationfield

This commit is contained in:
Vincent Fretin 2013-08-23 11:29:01 +02:00
parent 5b335bcb6a
commit 5c094b274f
2 changed files with 5 additions and 1 deletions

View File

@ -5,7 +5,10 @@ Changelog
1.0 (unreleased)
----------------
- Nothing changed yet.
- Declare dependency on z3c.relationfield.
- Remove ploneform-render-widget view for content provider, this is now
in plone.app.z3cform since 0.7.3.
1.0rc1 (2013-03-27)

View File

@ -45,6 +45,7 @@ setup(
'five.grok',
'setuptools',
'plone.formwidget.autocomplete',
'z3c.relationfield',
],
extras_require={
'test': [