setup.py
branchdev-tf
changeset 408 cf2304af0fab
parent 407 0037199881fb
child 409 b403001b58c4
equal deleted inserted replaced
407:0037199881fb 408:cf2304af0fab
    63       install_requires=[
    63       install_requires=[
    64           'setuptools',
    64           'setuptools',
    65           # -*- Extra requirements: -*-
    65           # -*- Extra requirements: -*-
    66           'babel',
    66           'babel',
    67           'beaker',
    67           'beaker',
       
    68           'BTrees',
    68           'chameleon',
    69           'chameleon',
    69           'docutils',
    70           'docutils',
       
    71           'fanstatic',
    70           'httplib2',
    72           'httplib2',
    71           'markdown',
    73           'markdown',
    72           'persistent',
    74           'persistent',
       
    75           'pygments',
    73           'pyramid',
    76           'pyramid',
    74           'pyramid_zodbconn',
    77           'pyramid_zodbconn',
    75           'pyramid_zope_request',
    78           'pyramid_zope_request',
    76           'pysocks',
    79           'pysocks',
    77           'pytz',
    80           'pytz',
    78           'transaction',
    81           'transaction',
       
    82           'venusian',
    79           'z3c.form',
    83           'z3c.form',
    80           'z3c.pt',
    84           'z3c.pt',
    81           'z3c.ptcompat',
    85           'z3c.ptcompat',
       
    86           'ZEO',
    82           'ZODB',
    87           'ZODB',
    83           'zope.annotation',
    88           'zope.annotation',
    84           'zope.component',
    89           'zope.component',
    85           'zope.container',
    90           'zope.container',
       
    91           'zope.contentprovider',
       
    92           'zope.datetime',
    86           'zope.dublincore',
    93           'zope.dublincore',
    87           'zope.datetime',
       
    88           'zope.interface',
    94           'zope.interface',
       
    95           'zope.intid',
       
    96           'zope.keyreference',
       
    97           'zope.lifecycleevent',
    89           'zope.location',
    98           'zope.location',
       
    99           'zope.publisher',
    90           'zope.schema',
   100           'zope.schema',
    91           'zope.site',
   101           'zope.site',
    92           'zope.traversing'
   102           'zope.traversing'
    93       ],
   103       ],
    94       entry_points="""
   104       entry_points="""