__pkginfo__.py
changeset 6948 013f81b729de
parent 6822 47f4950ff815
parent 6937 a0d626cc538d
child 6951 cb6314b09e0f
equal deleted inserted replaced
6946:e350771c23a3 6948:013f81b729de
     1 # pylint: disable=W0622,C0103
     1  # pylint: disable=W0622,C0103
     2 # copyright 2003-2010 LOGILAB S.A. (Paris, FRANCE), all rights reserved.
     2 # copyright 2003-2010 LOGILAB S.A. (Paris, FRANCE), all rights reserved.
     3 # contact http://www.logilab.fr/ -- mailto:contact@logilab.fr
     3 # contact http://www.logilab.fr/ -- mailto:contact@logilab.fr
     4 #
     4 #
     5 # This file is part of CubicWeb.
     5 # This file is part of CubicWeb.
     6 #
     6 #
    50     'simplejson': '>= 2.0.9',
    50     'simplejson': '>= 2.0.9',
    51     'lxml': '',
    51     'lxml': '',
    52     'Twisted': '',
    52     'Twisted': '',
    53     # XXX graphviz
    53     # XXX graphviz
    54     # server dependencies
    54     # server dependencies
    55     'logilab-database': '>= 1.3.2',
    55     'logilab-database': '>= 1.3.3',
    56     'pysqlite': '>= 2.5.5', # XXX install pysqlite2
    56     'pysqlite': '>= 2.5.5', # XXX install pysqlite2
    57     }
    57     }
    58 
    58 
    59 __recommends__ = {
    59 __recommends__ = {
    60     'Pyro': '>= 3.9.1, < 4.0.0',
    60     'Pyro': '>= 3.9.1, < 4.0.0',