setup.py
changeset 12891 eb0cd6060062
parent 12878 ec05a333f02c
child 12917 db0f56b19583
equal deleted inserted replaced
12890:0cd5b9057202 12891:eb0cd6060062
    71         'logilab-database >= 1.15.0',
    71         'logilab-database >= 1.15.0',
    72         'passlib >= 1.7',
    72         'passlib >= 1.7',
    73         'pytz',
    73         'pytz',
    74         'Markdown',
    74         'Markdown',
    75         'filelock',
    75         'filelock',
       
    76         'rdflib',
       
    77         'rdflib-jsonld',
    76     ],
    78     ],
    77     entry_points={
    79     entry_points={
    78         'console_scripts': [
    80         'console_scripts': [
    79             'cubicweb-ctl = cubicweb.cwctl:run',
    81             'cubicweb-ctl = cubicweb.cwctl:run',
    80         ],
    82         ],
   100             'waitress >= 0.8.9',
   102             'waitress >= 0.8.9',
   101             'wsgicors >= 0.3',
   103             'wsgicors >= 0.3',
   102             'pyramid_multiauth',
   104             'pyramid_multiauth',
   103             'repoze.lru',
   105             'repoze.lru',
   104         ],
   106         ],
   105         'rdf': [
       
   106             'rdflib',
       
   107             'rdflib-jsonld',
       
   108         ],
       
   109         'sparql': [
   107         'sparql': [
   110             'fyzz >= 0.1.0',
   108             'fyzz >= 0.1.0',
   111         ],
   109         ],
   112         'zmq': [
   110         'zmq': [
   113             'pyzmq',
   111             'pyzmq',