Ignore:
Timestamp:
6 Jun 2011, 14:31:27 (13 years ago)
Author:
uli
Message:

Require newer versions of zope.schema and zope.interface. They provide some bits we will make use of soon.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.sirp/trunk/setup.py

    r6200 r6287  
    66install_requires =[
    77    'setuptools',
     8    'gp.fileupload',
    89    'grok',
    910    'grokcore.startup',
     
    2627    'zope.app.testing',        # XXX: test_permissions needs this
    2728    'zope.file',
     29    'zope.interface >= 3.6.0',
    2830    'zope.testbrowser',        # XXX: test_permissions needs this
    2931    'zope.i18n',
    3032    'zope.mimetype',
    3133    'zope.errorview',
     34    'zope.schema >= 3.8.0',
    3235    ],
    3336
Note: See TracChangeset for help on using the changeset viewer.