setup.py
changeset 12073 339b26bf17d2
parent 12070 a44f67dd0474
child 12193 e4ee04d442be
equal deleted inserted replaced
12072:9233dbde28d5 12073:339b26bf17d2
   204         'Markdown',
   204         'Markdown',
   205         'unittest2 >= 0.7.0',
   205         'unittest2 >= 0.7.0',
   206     ],
   206     ],
   207     entry_points={
   207     entry_points={
   208         'paste.app_factory': [
   208         'paste.app_factory': [
   209             'main=cubicweb.pyramid:pyramid_app',
   209             'pyramid_main=cubicweb.pyramid:pyramid_app',
   210         ],
   210         ],
   211     },
   211     },
   212     extras_require={
   212     extras_require={
   213         'captcha': [
   213         'captcha': [
   214             'Pillow',
   214             'Pillow',