##// END OF EJS Templates
updated version of libs in setup file
marcink -
r1457:ca99d771 beta
parent child Browse files
Show More
@@ -10,10 +10,9 b' if py_version < (2, 5):'
10 10 raise Exception('RhodeCode requires python 2.5 or later')
11 11
12 12 requirements = [
13 "vcs>=0.2.1.dev",
14 13 "Pylons==1.0.0",
15 14 "WebHelpers>=1.2",
16 "SQLAlchemy>=0.7.2",
15 "SQLAlchemy>=0.7.2,<0.8",
17 16 "Mako>=0.4.2",
18 17 "pygments>=1.4",
19 18 "mercurial>=1.9,<2.0",
@@ -21,7 +20,8 b' requirements = ['
21 20 "celery>=2.2.5,<2.3",
22 21 "babel",
23 22 "python-dateutil>=1.5.0,<2.0.0",
24 "dulwich>=0.7.2"
23 "dulwich>=0.8.0",
24 "vcs>=0.2.1.dev",
25 25 ]
26 26
27 27 dependency_links = [
General Comments 0
You need to be logged in to leave comments. Login now