Ignore:
Timestamp:
4 Aug 2010, 18:31:43 (14 years ago)
Author:
uli
Message:

Fix dependencies.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.widgets.core/trunk/setup.py

    r5286 r5364  
    66install_requires =[
    77    'setuptools',
    8     'grok',
    9     'grokui.admin',
    10     'hurry.query',
    11     'hurry.workflow',
    12     # Add extra requirements here
    13     #'zope.xmlpickle',
    14     #'hurry.yui',
    15     #'hurry.zoperesource',
    16     #'zc.sourcefactory',
    17     #'megrok.layout',
    18     #'zope.app.authentication', # BBB: During switch to grok 1.1
    19     #'zope.app.testing',        # XXX: test_permissions needs this
    20     #'zope.testbrowser',        # XXX: test_permissions needs this
     8    'zope.browserpage',
     9    'zope.formlib',
     10    'zope.i18n',
     11    'zope.publisher',
     12    'zope.schema',
    2113    ],
    2214
    2315tests_require = [
    24     #'z3c.testsetup',
    25     #'zope.app.testing',
    2616    'zope.testbrowser',
    2717    'zope.testing',
     
    4434setup(name = 'waeup.widgets.core',
    4535      version = version,
    46       description = "Zope widgets for the waupe.sirp portal.",
     36      description = "Zope formlib widgets for the waupe.sirp portal.",
    4737      long_description = long_description,
    4838
    49       keywords = "portal waeup sirp student university registration grok zope",
     39      keywords = "portal waeup sirp widget dict zope",
    5040      # Get strings from http://pypi.python.org/pypi?%3Aaction=list_classifiers
    5141      classifiers = [
Note: See TracChangeset for help on using the changeset viewer.