##// END OF EJS Templates
updated required libs
marcink -
r1413:c8be7408 beta
parent child Browse files
Show More
@@ -12,13 +12,13 b' if py_version < (2, 5):'
12 requirements = [
12 requirements = [
13 "Pylons==1.0.0",
13 "Pylons==1.0.0",
14 "WebHelpers>=1.2",
14 "WebHelpers>=1.2",
15 "SQLAlchemy>=0.7.0",
15 "SQLAlchemy>=0.7.1",
16 "Mako>=0.4.0",
16 "Mako>=0.4.0",
17 "vcs>=0.2.1",
17 "vcs>=0.2.1",
18 "pygments>=1.4",
18 "pygments>=1.4",
19 "mercurial>=1.8.1,<1.9",
19 "mercurial>=1.9,<2.0",
20 "whoosh>=1.8.4",
20 "whoosh",
21 "celery>=2.2.5",
21 "celery>=2.2.5,<2.3",
22 "babel",
22 "babel",
23 "python-dateutil>=1.5.0,<2.0.0",
23 "python-dateutil>=1.5.0,<2.0.0",
24 "dulwich>=0.7.1"
24 "dulwich>=0.7.1"
@@ -86,6 +86,7 b' setup('
86 license=__license__,
86 license=__license__,
87 author='Marcin Kuzminski',
87 author='Marcin Kuzminski',
88 author_email='marcin@python-works.com',
88 author_email='marcin@python-works.com',
89 dependency_links=['https://hg.rhodecode.org/vcs/archive/tip.zip'],
89 url='http://rhodecode.org',
90 url='http://rhodecode.org',
90 install_requires=requirements,
91 install_requires=requirements,
91 classifiers=classifiers,
92 classifiers=classifiers,
General Comments 0
You need to be logged in to leave comments. Login now