equal
deleted
inserted
replaced
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', |